|
libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <functional.hpp>
Public Types | |
| typedef ObjType | object_type |
| typedef RetType | result_type |
Public Member Functions | |
| typedef | RetType (__fastcall ObjType::*fun_type)(void) |
| __stdcall | copy_mem_fun_ref_t (const fun_type p) noexcept(true) |
| __stdcall | copy_mem_fun_ref_t (const copy_mem_fun_ref_t &p) noexcept(true) |
| __stdcall | ~copy_mem_fun_ref_t (void) noexcept(true) |
| RetType __fastcall | operator() (const ObjType &p) const |
| RetType __fastcall | operator() (ObjType &p) const |
Definition at line 297 of file functional.hpp.
| typedef ObjType jmmcg::LIBJMMCG_VER_NAMESPACE::copy_mem_fun_ref_t< RetType, ObjType >::object_type |
Definition at line 299 of file functional.hpp.
| typedef RetType jmmcg::LIBJMMCG_VER_NAMESPACE::copy_mem_fun_ref_t< RetType, ObjType >::result_type |
Definition at line 300 of file functional.hpp.
|
inlineexplicitnoexcept |
Definition at line 303 of file functional.hpp.
|
inlinenoexcept |
Definition at line 307 of file functional.hpp.
|
inlinenoexcept |
Definition at line 311 of file functional.hpp.
|
inline |
Definition at line 314 of file functional.hpp.
|
inline |
Definition at line 317 of file functional.hpp.
| typedef jmmcg::LIBJMMCG_VER_NAMESPACE::copy_mem_fun_ref_t< RetType, ObjType >::RetType | ( | __fastcall ObjType::* | fun_type | ) |