Classes | Functions
absl::algorithm_internal Namespace Reference

Classes

struct  EqualTo
 

Functions

template<typename InputIter1 , typename InputIter2 , typename Pred >
bool EqualImpl (InputIter1 first1, InputIter1 last1, InputIter2 first2, InputIter2 last2, Pred pred, std::input_iterator_tag, std::input_iterator_tag)
 
template<typename InputIter1 , typename InputIter2 , typename Pred >
bool EqualImpl (InputIter1 first1, InputIter1 last1, InputIter2 first2, InputIter2 last2, Pred &&pred, std::random_access_iterator_tag, std::random_access_iterator_tag)
 
template<typename InputIter1 , typename InputIter2 >
bool EqualImpl (InputIter1 first1, InputIter1 last1, InputIter2 first2, InputIter2 last2, algorithm_internal::EqualTo, std::random_access_iterator_tag, std::random_access_iterator_tag)
 
template<typename It >
It RotateImpl (It first, It middle, It last, std::true_type)
 
template<typename It >
It RotateImpl (It first, It middle, It last, std::false_type)
 

Function Documentation

template<typename InputIter1 , typename InputIter2 , typename Pred >
bool absl::algorithm_internal::EqualImpl ( InputIter1  first1,
InputIter1  last1,
InputIter2  first2,
InputIter2  last2,
Pred  pred,
std::input_iterator_tag  ,
std::input_iterator_tag   
)

Definition at line 42 of file algorithm.h.

template<typename InputIter1 , typename InputIter2 , typename Pred >
bool absl::algorithm_internal::EqualImpl ( InputIter1  first1,
InputIter1  last1,
InputIter2  first2,
InputIter2  last2,
Pred &&  pred,
std::random_access_iterator_tag  ,
std::random_access_iterator_tag   
)

Definition at line 55 of file algorithm.h.

template<typename InputIter1 , typename InputIter2 >
bool absl::algorithm_internal::EqualImpl ( InputIter1  first1,
InputIter1  last1,
InputIter2  first2,
InputIter2  last2,
algorithm_internal::EqualTo  ,
std::random_access_iterator_tag  ,
std::random_access_iterator_tag   
)

Definition at line 66 of file algorithm.h.

template<typename It >
It absl::algorithm_internal::RotateImpl ( It  first,
It  middle,
It  last,
std::true_type   
)

Definition at line 75 of file algorithm.h.

template<typename It >
It absl::algorithm_internal::RotateImpl ( It  first,
It  middle,
It  last,
std::false_type   
)

Definition at line 80 of file algorithm.h.



abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59