Function template all
boost::algorithm::all — 'All' predicate
Synopsis
template<typename RangeT, typename PredicateT>
( Input, Pred);
Description
This predicate holds it all its elements satisfy a given condition, represented by the predicate.
![[Note]](../../../../doc/src/images/note.png) |
Note |
This function provides the strong exception-safety guarantee |
Parameters: |
Input
|
An input sequence |
Pred
|
A predicate |
|
Returns: |
The result of the test |