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 |
typedef Arg1 | first_argument_type |
Public Member Functions | |
typedef | RetType (__fastcall ObjType::*fun_type)(const Arg1) |
__stdcall | mem_fun1_t (const fun_type p) noexcept(true) |
__stdcall | mem_fun1_t (const mem_fun1_t &p) noexcept(true) |
__stdcall | ~mem_fun1_t (void) noexcept(true) |
RetType __fastcall | operator() (const Arg1 a) const |
RetType __fastcall | operator() (const Arg1 a) |
Definition at line 417 of file functional.hpp.
typedef Arg1 jmmcg::LIBJMMCG_VER_NAMESPACE::mem_fun1_t< RetType, ObjType, Arg1 >::first_argument_type |
Definition at line 421 of file functional.hpp.
typedef ObjType jmmcg::LIBJMMCG_VER_NAMESPACE::mem_fun1_t< RetType, ObjType, Arg1 >::object_type |
Definition at line 419 of file functional.hpp.
typedef RetType jmmcg::LIBJMMCG_VER_NAMESPACE::mem_fun1_t< RetType, ObjType, Arg1 >::result_type |
Definition at line 420 of file functional.hpp.
|
inlineexplicitnoexcept |
Definition at line 424 of file functional.hpp.
|
inlinenoexcept |
Definition at line 428 of file functional.hpp.
|
inlinenoexcept |
Definition at line 432 of file functional.hpp.
|
inline |
Definition at line 439 of file functional.hpp.
|
inline |
Definition at line 435 of file functional.hpp.
typedef jmmcg::LIBJMMCG_VER_NAMESPACE::mem_fun1_t< RetType, ObjType, Arg1 >::RetType | ( | __fastcall ObjType::* | fun_type | ) | const |