LibreOffice Module comphelper (master) 1
Namespaces | Functions
propertyvalue.hxx File Reference
#include <sal/config.h>
#include <type_traits>
#include <utility>
#include <com/sun/star/beans/PropertyValue.hpp>
Include dependency graph for propertyvalue.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  comphelper
 

Functions

template<typename T , std::enable_if_t<!std::is_arithmetic_v< std::remove_reference_t< T > >, int > = 0>
css::beans::PropertyValue comphelper::makePropertyValue (const OUString &rName, T &&rValue)
 Creates a beans::PropertyValue easily, i.e. More...
 
template<typename T , std::enable_if_t< std::is_arithmetic_v< T >, int > = 0>
css::beans::PropertyValue comphelper::makePropertyValue (const OUString &rName, T aValue)