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 &) const |
__stdcall | const_mem_fun1_ref_t (const fun_type p) noexcept(true) |
__stdcall | const_mem_fun1_ref_t (const const_mem_fun1_ref_t &p) noexcept(true) |
__stdcall | ~const_mem_fun1_ref_t (void) noexcept(true) |
RetType __fastcall | operator() (const ObjType &p, const Arg1 &b) const |
RetType __fastcall | operator() (ObjType &p, const Arg1 &b) const |
Definition at line 74 of file functional.hpp.
typedef Arg1 jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >::first_argument_type |
Definition at line 78 of file functional.hpp.
typedef ObjType jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >::object_type |
Definition at line 76 of file functional.hpp.
typedef RetType jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >::result_type |
Definition at line 77 of file functional.hpp.
|
inlineexplicitnoexcept |
Definition at line 81 of file functional.hpp.
|
inlinenoexcept |
Definition at line 85 of file functional.hpp.
|
inlinenoexcept |
Definition at line 89 of file functional.hpp.
|
inline |
Definition at line 92 of file functional.hpp.
|
inline |
Definition at line 95 of file functional.hpp.
typedef jmmcg::LIBJMMCG_VER_NAMESPACE::const_mem_fun1_ref_t< RetType, ObjType, Arg1 >::RetType | ( | __fastcall ObjType::* | fun_type | ) | const & |