|
Nugget
|
#include <function_detail.h>

Classes | |
| class | function_manager |
| class | function_manager_base |
| class | function_manager_base< Functor, typename eastl::enable_if<!is_functor_inplace_allocatable< Functor, SIZE_IN_BYTES >::value >::type > |
Public Types | |
| enum | ManagerOperations : int { MGROPS_DESTRUCT_FUNCTOR = 0 , MGROPS_COPY_FUNCTOR = 1 , MGROPS_MOVE_FUNCTOR = 2 } |
| using | FunctorStorageType = functor_storage< SIZE_IN_BYTES > |
Public Attributes | |
| FunctorStorageType | mStorage |