|
libstdc++
|
Go to the source code of this file.
Namespaces | |
| __gnu_cxx | |
Typedefs | |
| template<typename _Fn > | |
| using | __gnu_cxx::__ops::__by_ref_or_value_fn = std::__conditional_t< std::__or_< std::is_empty< _Fn >, std::is_scalar< _Fn > >::value, _Fn, _Fn & > |
| template<typename _Func , typename _Value > | |
| using | __gnu_cxx::__ops::_Comp_with_val_1st = _Comp_with_val< _Func, _Value, false > |
| template<typename _Func , typename _Value > | |
| using | __gnu_cxx::__ops::_Comp_with_val_2nd = _Comp_with_val< _Func, _Value, true > |
| typedef std::equal_to< void > | __gnu_cxx::__ops::equal_to |
| typedef std::less< void > | __gnu_cxx::__ops::less |
This is an internal header file, included by other library headers. You should not attempt to use it directly. Instead, include <algorithm>.
Definition in file predefined_ops.h.