|
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 RetType(__fastcall * | fun_type) (const Arg1T) |
Public Member Functions | |
| __stdcall | ptr_fun_t (const fun_type p) noexcept(true) |
| __stdcall | ptr_fun_t (const ptr_fun_t &p) noexcept(true) |
| __stdcall | ~ptr_fun_t (void) noexcept(true) |
| RetType __fastcall | operator() (const Arg1T a) const |
Definition at line 599 of file functional.hpp.
| typedef Arg1T jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun_t< RetType, Arg1T >::first_argument_type |
Definition at line 603 of file functional.hpp.
| typedef RetType(__fastcall * jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun_t< RetType, Arg1T >::fun_type) (const Arg1T) |
Definition at line 604 of file functional.hpp.
| typedef RetType jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun_t< RetType, Arg1T >::object_type |
Definition at line 601 of file functional.hpp.
| typedef RetType jmmcg::LIBJMMCG_VER_NAMESPACE::ptr_fun_t< RetType, Arg1T >::result_type |
Definition at line 602 of file functional.hpp.
|
inlineexplicitnoexcept |
Definition at line 606 of file functional.hpp.
|
inlinenoexcept |
Definition at line 610 of file functional.hpp.
|
inlinenoexcept |
Definition at line 614 of file functional.hpp.
|
inline |
Definition at line 617 of file functional.hpp.