Support Class Library
A set of tools providing classes and utility
Classes | Namespaces
Predicate.h File Reference
#include <scl/macros.h>
#include <scl/tools/meta/constexpr_assert.h>
#include <scl/concepts/RegularInvocable.h>
#include <scl/concepts/Boolean.h>
#include <scl/tools/meta/type_query.h>

Go to the source code of this file.

Classes

struct  scl::concepts::Predicate< F, Args >
 Predicate concept, a type F is a predicate with Args if it is RegularInvocable and its result is Boolean. More...
 

Namespaces

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