libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <functional.hpp>
Inherits std::unary_function< ArgType, ArgType >.
Public Types | |
typedef std::unary_function< ArgType, ArgType >::result_type | result_type |
typedef std::unary_function< ArgType, ArgType >::argument_type | argument_type |
Public Member Functions | |
const result_type &__fastcall | operator() (const argument_type &r) const noexcept(true) |
result_type &__fastcall | operator() (argument_type &r) const noexcept(true) |
Definition at line 660 of file functional.hpp.
typedef std::unary_function<ArgType, ArgType>::argument_type jmmcg::LIBJMMCG_VER_NAMESPACE::NullCrack< ArgType >::argument_type |
Definition at line 662 of file functional.hpp.
typedef std::unary_function<ArgType, ArgType>::result_type jmmcg::LIBJMMCG_VER_NAMESPACE::NullCrack< ArgType >::result_type |
Definition at line 661 of file functional.hpp.
|
inlinenoexcept |
Definition at line 667 of file functional.hpp.
|
inlinenoexcept |
Definition at line 664 of file functional.hpp.