CACAO
Namespaces | Functions
algorithm.hpp File Reference

Go to the source code of this file.

Namespaces

 cacao
 This file contains the Instruction class.
 

Functions

template<class InputIt , class UnaryPredicate >
bool cacao::all_of (InputIt first, InputIt last, UnaryPredicate p)
 
template<class InputIt , class UnaryPredicate >
bool cacao::any_of (InputIt first, InputIt last, UnaryPredicate p)
 
template<class InputIt , class UnaryPredicate >
bool cacao::none_of (InputIt first, InputIt last, UnaryPredicate p)