Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cxx11 Directory Reference
Directory dependency graph for cxx11:
boost_1_57_0/boost/algorithm/cxx11

Files

file  all_of.hpp
 Test ranges to see if all elements match a value or predicate.
 
file  any_of.hpp
 Test ranges to see if any elements match a value or predicate.
 
file  copy_if.hpp
 
file  copy_n.hpp
 
file  find_if_not.hpp
 Find the first element in a sequence that does not satisfy a predicate.
 
file  iota.hpp
 
file  is_partitioned.hpp
 Tell if a sequence is partitioned.
 
file  is_permutation.hpp
 
file  is_sorted.hpp
 
file  none_of.hpp
 Test ranges to see if no elements match a value or predicate.
 
file  one_of.hpp
 Test ranges to see if only one element matches a value or predicate.
 
file  partition_copy.hpp
 Copy a subset of a sequence to a new sequence.
 
file  partition_point.hpp
 Find the partition point in a sequence.