libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <functional.hpp>
Public Types | |
typedef RetType | object_type |
typedef RetType | result_type |
typedef Arg1T | first_argument_type |
typedef Arg2T | second_argument_type |
typedef Arg3T | third_argument_type |
typedef Arg4T | fourth_argument_type |
typedef RetType(__fastcall * | fun_type) (const Arg1T &, const Arg2T &, const Arg3T &) |
Public Member Functions | |
__stdcall | ptr_fun4_ref_t (const fun_type p) noexcept(true) |
__stdcall | ptr_fun4_ref_t (const ptr_fun4_ref_t &p) noexcept(true) |
__stdcall | ~ptr_fun4_ref_t (void) noexcept(true) |
RetType __fastcall | operator() (const Arg1T &a, const Arg2T &b, const Arg3T &c, const Arg4T &d) const |
Definition at line 569 of file functional.hpp.
typedef Arg1T jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun4_ref_t< RetType, Arg1T, Arg2T, Arg3T, Arg4T >::first_argument_type |
Definition at line 573 of file functional.hpp.
typedef Arg4T jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun4_ref_t< RetType, Arg1T, Arg2T, Arg3T, Arg4T >::fourth_argument_type |
Definition at line 576 of file functional.hpp.
typedef RetType(__fastcall * jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun4_ref_t< RetType, Arg1T, Arg2T, Arg3T, Arg4T >::fun_type) (const Arg1T &, const Arg2T &, const Arg3T &) |
Definition at line 577 of file functional.hpp.
typedef RetType jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun4_ref_t< RetType, Arg1T, Arg2T, Arg3T, Arg4T >::object_type |
Definition at line 571 of file functional.hpp.
typedef RetType jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun4_ref_t< RetType, Arg1T, Arg2T, Arg3T, Arg4T >::result_type |
Definition at line 572 of file functional.hpp.
typedef Arg2T jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun4_ref_t< RetType, Arg1T, Arg2T, Arg3T, Arg4T >::second_argument_type |
Definition at line 574 of file functional.hpp.
typedef Arg3T jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun4_ref_t< RetType, Arg1T, Arg2T, Arg3T, Arg4T >::third_argument_type |
Definition at line 575 of file functional.hpp.
|
inlineexplicitnoexcept |
Definition at line 579 of file functional.hpp.
|
inlinenoexcept |
Definition at line 583 of file functional.hpp.
|
inlinenoexcept |
Definition at line 587 of file functional.hpp.
|
inline |
Definition at line 590 of file functional.hpp.