LibreOffice Module chart2 (master) 1
Public Member Functions | List of all members
chart::CommonFunctors::makeAny< T > Struct Template Reference

unary function to convert any type T into a css::uno::Any. More...

#include <CommonFunctors.hxx>

Public Member Functions

css::uno::Any operator() (const T &aVal)
 

Detailed Description

template<typename T>
struct chart::CommonFunctors::makeAny< T >

unary function to convert any type T into a css::uno::Any.

uno::makeAny is an inline function. Thus is cannot be taken directly (via mem_fun_ptr)

Definition at line 38 of file CommonFunctors.hxx.

Member Function Documentation

◆ operator()()

template<typename T >
css::uno::Any chart::CommonFunctors::makeAny< T >::operator() ( const T &  aVal)
inline

Definition at line 40 of file CommonFunctors.hxx.


The documentation for this struct was generated from the following file: