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() [1/4]
function | ( | ) |
Definition at line 182 of file function.hpp.
◆ function() [2/4]
function | ( | null_ptr_t | ) |
Definition at line 183 of file function.hpp.
◆ function() [3/4]
Definition at line 184 of file function.hpp.
◆ function() [4/4]
function | ( | T | x | ) |
Definition at line 185 of file function.hpp.
◆ ~function()
~function | ( | ) |
Definition at line 192 of file function.hpp.
Member Function Documentation
◆ operator()()
R operator() | ( | ) | const |
Definition at line 195 of file function.hpp.
◆ operator=() [1/3]
Definition at line 187 of file function.hpp.
◆ operator=() [2/3]
function& operator= | ( | null_ptr_t | ) |
Definition at line 188 of file function.hpp.
◆ operator=() [3/3]
function& operator= | ( | T | x | ) |
Definition at line 189 of file function.hpp.