libstdc++
predefined_ops.h File Reference

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
 

Functions

template<typename _Value >
constexpr _Comp_with_val_2nd< equal_to, _Value > __gnu_cxx::__ops::__equal_to (const _Value &__val)
 
template<typename _Func , typename _Value >
constexpr _Comp_with_val_1st< _Func, _Value > __gnu_cxx::__ops::bind1st (_Func &__f, const _Value &__val)
 
template<typename _Func , typename _Value >
constexpr _Comp_with_val_2nd< _Func, _Value > __gnu_cxx::__ops::bind2nd (_Func &__f, const _Value &__val)
 
template<typename _Func >
constexpr _Unary_negate< _Func > __gnu_cxx::__ops::not1 (_Func &__f)
 

Detailed Description

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.