function< R()> Class Template Reference
Detailed Descriptiontemplate<typename R>
|
typedef R result_type |
Definition at line 179 of file function.hpp.
Constructor & Destructor Documentation
function | ( | ) |
Definition at line 182 of file function.hpp.
function | ( | null_ptr_t | ) |
Definition at line 183 of file function.hpp.
function | ( | const function< R()> & | x ) |
Definition at line 184 of file function.hpp.
function | ( | T | x ) |
Definition at line 185 of file function.hpp.
~function | ( | ) |
Definition at line 192 of file function.hpp.
Member Function Documentation
R operator() | ( | ) | const |
Definition at line 195 of file function.hpp.
function& operator= | ( | null_ptr_t | ) |
Definition at line 188 of file function.hpp.
function& operator= | ( | T | x ) |
Definition at line 189 of file function.hpp.
function& operator= | ( | function< R()> | x ) |
Definition at line 187 of file function.hpp.