Support Class Library
A set of tools providing classes and utility
Classes | Namespaces
BinaryPredicate.h File Reference
#include <scl/macros.h>
#include <scl/concepts/Predicate.h>
#include <scl/concepts/Iterator.h>

Go to the source code of this file.

Classes

struct  scl::concepts::BinaryPredicate< F, T, U >
 BinaryPredicate concept, a type F is a binary predicate over T and U if it is an n-ary predicate over those types. More...
 

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::concepts
 A lightweight concept-like library for C++11.