libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <functional.hpp>
Public Types | |
typedef no_args | num_args |
typedef FnType::object_type | object_type |
typedef FnType::result_type | result_type |
typedef FnType | fun_type |
Public Member Functions | |
__stdcall | binder0args (const FnType &x) noexcept(true) |
__stdcall | binder0args (const binder0args &x) noexcept(true) |
__stdcall | ~binder0args (void) noexcept(true) |
const FnType &__fastcall | Op (void) const noexcept(true) |
result_type __fastcall | operator() (void) const |
result_type __fastcall | operator() (void) |
Definition at line 684 of file functional.hpp.
typedef FnType jmmcg::LIBJMMCG_VER_NAMESPACE::binder0args< FnType >::fun_type |
Definition at line 689 of file functional.hpp.
typedef no_args jmmcg::LIBJMMCG_VER_NAMESPACE::binder0args< FnType >::num_args |
Definition at line 686 of file functional.hpp.
typedef FnType::object_type jmmcg::LIBJMMCG_VER_NAMESPACE::binder0args< FnType >::object_type |
Definition at line 687 of file functional.hpp.
typedef FnType::result_type jmmcg::LIBJMMCG_VER_NAMESPACE::binder0args< FnType >::result_type |
Definition at line 688 of file functional.hpp.
|
inlinenoexcept |
Definition at line 691 of file functional.hpp.
|
inlinenoexcept |
Definition at line 694 of file functional.hpp.
|
inlinenoexcept |
Definition at line 697 of file functional.hpp.
|
inlinenoexcept |
Definition at line 700 of file functional.hpp.
|
inline |
Definition at line 707 of file functional.hpp.
|
inline |
Definition at line 704 of file functional.hpp.