Go to the source code of this file.
◆ mn::stl::type_traits
struct mn::stl::type_traits |
template<typename T>
struct mn::stl::type_traits< T >
Class Members |
typedef const T * |
const_pointer |
|
typedef const T & |
const_reference |
|
typedef const T |
const_type |
|
typedef T * |
pointer |
|
typedef T & |
reference |
|
typedef T |
value_type |
|
◆ mn::stl::type_traits< T & >
struct mn::stl::type_traits< T & > |
template<typename T>
struct mn::stl::type_traits< T & >
Class Members |
typedef const T * |
const_pointer |
|
typedef const T & |
const_reference |
|
typedef const T |
const_type |
|
typedef T * |
pointer |
|
typedef T & |
reference |
|
typedef T |
value_type |
|
◆ mn::stl::type_traits< const T >
struct mn::stl::type_traits< const T > |
template<typename T>
struct mn::stl::type_traits< const T >
Class Members |
typedef const T * |
const_pointer |
|
typedef const T & |
const_reference |
|
typedef const T |
const_type |
|
typedef T * |
pointer |
|
typedef T & |
reference |
|
typedef T |
value_type |
|
◆ mn::stl::type_traits< const T & >
struct mn::stl::type_traits< const T & > |
template<typename T>
struct mn::stl::type_traits< const T & >
Class Members |
typedef const T * |
const_pointer |
|
typedef const T & |
const_reference |
|
typedef const T |
const_type |
|
typedef T * |
pointer |
|
typedef T & |
reference |
|
typedef T |
value_type |
|
◆ mn::stl::unary_function
struct mn::stl::unary_function |
template<typename Arg, typename TResult>
struct mn::stl::unary_function< Arg, TResult >
Class Members |
typedef Arg |
argument_type |
argument_type is the type of the argument |
typedef TResult |
result_type |
result_type is the return type |
◆ mn::stl::binary_function
struct mn::stl::binary_function |
template<typename Arg1, typename Arg2, typename TResult>
struct mn::stl::binary_function< Arg1, Arg2, TResult >
Class Members |
typedef Arg |
first_argument_type |
first_argument_type is the type of the first argument |
typedef TResult |
result_type |
result_type is the return type |
typedef Arg2 |
second_argument_type |
second_argument_type is the type of the second argument |