#include <impeller.hpp>
Public Types | |
| using | FunctionType = T |
Public Member Functions | |
| template<class... Args> | |
| auto | operator() (Args &&... args) const |
Public Attributes | |
| const char * | name = nullptr |
| FunctionType * | function = nullptr |
Definition at line 35 of file impeller.hpp.
| using IMPELLER_HPP_NAMESPACE::Proc< T >::FunctionType = T |
Definition at line 36 of file impeller.hpp.
|
inline |
Definition at line 43 of file impeller.hpp.
| FunctionType* IMPELLER_HPP_NAMESPACE::Proc< T >::function = nullptr |
Definition at line 40 of file impeller.hpp.
| const char* IMPELLER_HPP_NAMESPACE::Proc< T >::name = nullptr |
Definition at line 38 of file impeller.hpp.