libstdc++: __gnu_parallel::_Lexicographic< _T1, _T2, _Compare (original) (raw)
#include <[multiseq_selection.h](a01037%5Fsource.html)>
Inheritance diagram for __gnu_parallel::_Lexicographic< _T1, _T2, _Compare >:
Public Types | |
---|---|
typedef std::pair< _T1, _T2 > | first_argument_type |
typedef bool | result_type |
typedef std::pair< _T1, _T2 > | second_argument_type |
Detailed Description
template<typename _T1, typename _T2, typename _Compare>
class __gnu_parallel::_Lexicographic< _T1, _T2, _Compare >
Compare __a pair of types lexicographically, ascending.
Definition at line 53 of file multiseq_selection.h.
Member Typedef Documentation
◆ first_argument_type
first_argument_type
is the type of the first argument
Definition at line 134 of file stl_function.h.
◆ result_type
◆ second_argument_type
second_argument_type
is the type of the second argument
Definition at line 137 of file stl_function.h.
Constructor & Destructor Documentation
template<typename _T1 , typename _T2 , typename _Compare >
Member Function Documentation
◆ operator()()
template<typename _T1 , typename _T2 , typename _Compare >
The documentation for this class was generated from the following file: