#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 34 of file impeller.hpp.
| using IMPELLER_HPP_NAMESPACE::Proc< T >::FunctionType = T |
Definition at line 35 of file impeller.hpp.
|
inline |
Definition at line 42 of file impeller.hpp.
| FunctionType* IMPELLER_HPP_NAMESPACE::Proc< T >::function = nullptr |
Definition at line 39 of file impeller.hpp.
| const char* IMPELLER_HPP_NAMESPACE::Proc< T >::name = nullptr |
Definition at line 37 of file impeller.hpp.