ReactOS 0.4.16-dev-250-g3ecd236
|
Go to the source code of this file.
Classes | |
struct | unary_function< _Arg, _Result > |
struct | binary_function< _Arg1, _Arg2, _Result > |
struct | equal_to< _Tp > |
struct | less< _Tp > |
struct | plus< _Tp > |
struct | minus< _Tp > |
struct | multiplies< _Tp > |
struct | _Select1st< _Pair > |
struct | _Select2nd< _Pair > |
struct | _Project1st< _Arg1, _Arg2 > |
struct | _Project2nd< _Arg1, _Arg2 > |
struct | _Identity< _Tp > |
struct | _Constant_unary_fun< _Result, _Argument > |
struct | _Constant_binary_fun< _Result, _Arg1, _Arg2 > |
Macros | |
#define | _STLP_SELECT1ST(__x, __y) _STLP_PRIV _Select1st< __x > |
Functions | |
template<class _Tp > | |
_STLP_MOVE_TO_PRIV_NAMESPACE less< _Tp > | __less (_Tp *) |
template<class _Tp > | |
equal_to< _Tp > | __equal_to (_Tp *) |
template<class _Tp > | |
_STLP_MOVE_TO_PRIV_NAMESPACE plus< _Tp > | __plus (_Tp *) |
template<class _Tp > | |
minus< _Tp > | __minus (_Tp *) |
template<class _Tp > | |
_Tp | __identity_element (plus< _Tp >) |
template<class _Tp > | |
_Tp | __identity_element (multiplies< _Tp >) |
#define _STLP_SELECT1ST | ( | __x, | |
__y | |||
) | _STLP_PRIV _Select1st< __x > |
Definition at line 174 of file _function_base.h.
Definition at line 109 of file _function_base.h.
Referenced by __find_first_of_aux2(), adjacent_find(), find_end(), and unique_copy().
|
inline |
Definition at line 207 of file _function_base.h.
_STLP_MOVE_TO_PRIV_NAMESPACE less< _Tp > __less | ( | _Tp * | ) |
Definition at line 106 of file _function_base.h.
Referenced by includes(), inplace_merge(), is_heap(), is_sorted(), next_permutation(), nth_element(), partial_sort(), partial_sort_copy(), prev_permutation(), set_difference(), set_intersection(), set_symmetric_difference(), set_union(), sort(), and stable_sort().
Definition at line 129 of file _function_base.h.
Referenced by __money_do_put(), and adjacent_difference().
_STLP_MOVE_TO_PRIV_NAMESPACE plus< _Tp > __plus | ( | _Tp * | ) |
Definition at line 126 of file _function_base.h.
Referenced by __money_do_put(), and partial_sum().