![]() |
Home | Libraries | People | FAQ | More |
boost::algorithm::equals — 'Equals' predicate
// In header: <boost/algorithm/string/predicate.hpp> template<typename Range1T, typename Range2T, typename PredicateT> ( Input, Test, Comp); template<typename Range1T, typename Range2T> ( Input, Test);
This predicate holds when the test container is equal to the input container i.e. all elements in both containers are same. When the optional predicate is specified, it is used for character-wise comparison.
![]() |
Note |
---|---|
This is a two-way version of |
![]() |
Note |
---|---|
This function provides the strong exception-safety guarantee |
Parameters: |
|
||||||
Returns: |
The result of the test |