libstdc++
predefined_ops.h File Reference

Go to the source code of this file.

Namespaces

namespace  __gnu_cxx
 

Functions

template<typename _Compare >
constexpr _Iter_comp_iter< _Compare > __gnu_cxx::__ops::__iter_comp_iter (_Compare __comp)
 
template<typename _Compare , typename _Iterator >
constexpr _Iter_comp_to_iter< _Compare, _Iterator > __gnu_cxx::__ops::__iter_comp_iter (_Iter_comp_iter< _Compare > __comp, _Iterator __it)
 
template<typename _Iterator >
constexpr _Iter_equals_iter< _Iterator > __gnu_cxx::__ops::__iter_comp_iter (_Iter_equal_to_iter, _Iterator __it)
 
template<typename _Compare >
constexpr _Iter_comp_val< _Compare > __gnu_cxx::__ops::__iter_comp_val (_Compare __comp)
 
template<typename _Compare , typename _Value >
_Iter_comp_to_val< _Compare, _Value > constexpr __gnu_cxx::__ops::__iter_comp_val (_Compare __comp, _Value &__val)
 
template<typename _Compare >
constexpr _Iter_comp_val< _Compare > __gnu_cxx::__ops::__iter_comp_val (_Iter_comp_iter< _Compare > __comp)
 
constexpr _Iter_equal_to_val __gnu_cxx::__ops::__iter_comp_val (_Iter_equal_to_iter)
 
constexpr _Iter_less_val __gnu_cxx::__ops::__iter_comp_val (_Iter_less_iter)
 
constexpr _Iter_equal_to_iter __gnu_cxx::__ops::__iter_equal_to_iter ()
 
constexpr _Iter_equal_to_val __gnu_cxx::__ops::__iter_equal_to_val ()
 
template<typename _Value >
constexpr _Iter_equals_val< _Value > __gnu_cxx::__ops::__iter_equals_val (_Value &__val)
 
constexpr _Iter_less_iter __gnu_cxx::__ops::__iter_less_iter ()
 
constexpr _Iter_less_val __gnu_cxx::__ops::__iter_less_val ()
 
template<typename _Predicate >
constexpr _Iter_negate< _Predicate > __gnu_cxx::__ops::__negate (_Iter_pred< _Predicate > __pred)
 
template<typename _Predicate >
constexpr _Iter_pred< _Predicate > __gnu_cxx::__ops::__pred_iter (_Predicate __pred)
 
template<typename _Compare >
constexpr _Val_comp_iter< _Compare > __gnu_cxx::__ops::__val_comp_iter (_Compare __comp)
 
template<typename _Compare >
constexpr _Val_comp_iter< _Compare > __gnu_cxx::__ops::__val_comp_iter (_Iter_comp_iter< _Compare > __comp)
 
constexpr _Val_less_iter __gnu_cxx::__ops::__val_comp_iter (_Iter_less_iter)
 
constexpr _Val_less_iter __gnu_cxx::__ops::__val_less_iter ()
 

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.

Function Documentation

◆ __iter_comp_iter() [1/3]

template<typename _Compare >
constexpr _Iter_comp_iter< _Compare > __gnu_cxx::__ops::__iter_comp_iter ( _Compare  __comp)
inlineconstexpr

Definition at line 164 of file predefined_ops.h.

◆ __iter_comp_iter() [2/3]

template<typename _Compare , typename _Iterator >
constexpr _Iter_comp_to_iter< _Compare, _Iterator > __gnu_cxx::__ops::__iter_comp_iter ( _Iter_comp_iter< _Compare >  __comp,
_Iterator  __it 
)
inlineconstexpr

Definition at line 374 of file predefined_ops.h.

◆ __iter_comp_iter() [3/3]

template<typename _Iterator >
constexpr _Iter_equals_iter< _Iterator > __gnu_cxx::__ops::__iter_comp_iter ( _Iter_equal_to_iter  ,
_Iterator  __it 
)
inlineconstexpr

Definition at line 300 of file predefined_ops.h.

◆ __iter_comp_val() [1/5]

template<typename _Compare >
constexpr _Iter_comp_val< _Compare > __gnu_cxx::__ops::__iter_comp_val ( _Compare  __comp)
inlineconstexpr

Definition at line 202 of file predefined_ops.h.

◆ __iter_comp_val() [2/5]

template<typename _Compare , typename _Value >
_Iter_comp_to_val< _Compare, _Value > constexpr __gnu_cxx::__ops::__iter_comp_val ( _Compare  __comp,
_Value &  __val 
)
constexpr

Definition at line 348 of file predefined_ops.h.

◆ __iter_comp_val() [3/5]

template<typename _Compare >
constexpr _Iter_comp_val< _Compare > __gnu_cxx::__ops::__iter_comp_val ( _Iter_comp_iter< _Compare >  __comp)
inlineconstexpr

Definition at line 208 of file predefined_ops.h.

◆ __iter_comp_val() [4/5]

constexpr _Iter_equal_to_val __gnu_cxx::__ops::__iter_comp_val ( _Iter_equal_to_iter  )
inlineconstexpr

Definition at line 141 of file predefined_ops.h.

◆ __iter_comp_val() [5/5]

constexpr _Iter_less_val __gnu_cxx::__ops::__iter_comp_val ( _Iter_less_iter  )
inlineconstexpr

Definition at line 79 of file predefined_ops.h.

◆ __iter_equal_to_iter()

constexpr _Iter_equal_to_iter __gnu_cxx::__ops::__iter_equal_to_iter ( )
inlineconstexpr

Definition at line 122 of file predefined_ops.h.

◆ __iter_equal_to_val()

constexpr _Iter_equal_to_val __gnu_cxx::__ops::__iter_equal_to_val ( )
inlineconstexpr

Definition at line 136 of file predefined_ops.h.

◆ __iter_equals_val()

template<typename _Value >
constexpr _Iter_equals_val< _Value > __gnu_cxx::__ops::__iter_equals_val ( _Value &  __val)
inlineconstexpr

Definition at line 276 of file predefined_ops.h.

◆ __iter_less_iter()

constexpr _Iter_less_iter __gnu_cxx::__ops::__iter_less_iter ( )
inlineconstexpr

Definition at line 50 of file predefined_ops.h.

◆ __iter_less_val()

constexpr _Iter_less_val __gnu_cxx::__ops::__iter_less_val ( )
inlineconstexpr

Definition at line 74 of file predefined_ops.h.

◆ __negate()

template<typename _Predicate >
constexpr _Iter_negate< _Predicate > __gnu_cxx::__ops::__negate ( _Iter_pred< _Predicate >  __pred)
inlineconstexpr

Definition at line 401 of file predefined_ops.h.

◆ __pred_iter()

template<typename _Predicate >
constexpr _Iter_pred< _Predicate > __gnu_cxx::__ops::__pred_iter ( _Predicate  __pred)
inlineconstexpr

Definition at line 324 of file predefined_ops.h.

◆ __val_comp_iter() [1/3]

template<typename _Compare >
constexpr _Val_comp_iter< _Compare > __gnu_cxx::__ops::__val_comp_iter ( _Compare  __comp)
inlineconstexpr

Definition at line 246 of file predefined_ops.h.

◆ __val_comp_iter() [2/3]

template<typename _Compare >
constexpr _Val_comp_iter< _Compare > __gnu_cxx::__ops::__val_comp_iter ( _Iter_comp_iter< _Compare >  __comp)
inlineconstexpr

Definition at line 252 of file predefined_ops.h.

◆ __val_comp_iter() [3/3]

constexpr _Val_less_iter __gnu_cxx::__ops::__val_comp_iter ( _Iter_less_iter  )
inlineconstexpr

Definition at line 108 of file predefined_ops.h.

◆ __val_less_iter()

constexpr _Val_less_iter __gnu_cxx::__ops::__val_less_iter ( )
inlineconstexpr

Definition at line 103 of file predefined_ops.h.