|
TrueReality
v0.1.1912
|
A unary function created to have a compatibility to the old std::unary_function while still using c++17. More...
#include <UnaryFunction.h>

Public Types | |
| typedef ArgumentType | argumentType |
| typedef ResultType | resultType |
A unary function created to have a compatibility to the old std::unary_function while still using c++17.
This class should be used temporarily and removed in favor of more modern code.
| ArgumentType | Type of the argument type. |
| ResultType | Type of the result type. |
Definition at line 41 of file UnaryFunction.h.
| typedef ArgumentType trUtil::UnaryFunction< ArgumentType, ResultType >::argumentType |
Definition at line 43 of file UnaryFunction.h.
| typedef ResultType trUtil::UnaryFunction< ArgumentType, ResultType >::resultType |
Definition at line 44 of file UnaryFunction.h.