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 |
typedef Arg2 | second_argument_type |
typedef const Arg2 &__stdcall | copy_mem_fun2_ref_t(const fun_type p) noexcept(true) |
Public Member Functions | |
typedef | RetType (__fastcall ObjType::*fun_type)(const Arg1 & |
__stdcall | copy_mem_fun2_ref_t (const copy_mem_fun2_ref_t &p) noexcept(true) |
__stdcall | ~copy_mem_fun2_ref_t (void) noexcept(true) |
RetType __fastcall | operator() (const ObjType &p, const Arg1 &b, const Arg2 &c) const |
RetType __fastcall | operator() (ObjType &p, const Arg1 &b, const Arg2 &c) const |
Definition at line 356 of file functional.hpp.
|
inlineexplicitnoexcept |
Definition at line 364 of file functional.hpp.
typedef Arg1 jmmcg::LIBJMMCG_VER_NAMESPACE::copy_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::first_argument_type |
Definition at line 360 of file functional.hpp.
typedef ObjType jmmcg::LIBJMMCG_VER_NAMESPACE::copy_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::object_type |
Definition at line 358 of file functional.hpp.
typedef RetType jmmcg::LIBJMMCG_VER_NAMESPACE::copy_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::result_type |
Definition at line 359 of file functional.hpp.
typedef Arg2 jmmcg::LIBJMMCG_VER_NAMESPACE::copy_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::second_argument_type |
Definition at line 361 of file functional.hpp.
|
inlinenoexcept |
Definition at line 368 of file functional.hpp.
|
inlinenoexcept |
Definition at line 372 of file functional.hpp.
|
inline |
Definition at line 375 of file functional.hpp.
|
inline |
Definition at line 378 of file functional.hpp.
typedef jmmcg::LIBJMMCG_VER_NAMESPACE::copy_mem_fun2_ref_t< RetType, ObjType, Arg1, Arg2 >::RetType | ( | __fastcall ObjType::* | fun_type | ) | const & |