Support Class Library
A set of tools providing classes and utility
Classes | Namespaces
FunctionObject.h File Reference
#include <scl/macros.h>
#include <scl/concepts/require.h>
#include <scl/concepts/Invocable.h>
#include <scl/tools/meta/type_check.h>

Go to the source code of this file.

Classes

struct  scl::concepts::FunctionObject< F, Args >
 FunctionObject concept, a type F is a function object that accepts Args... More...
 

Namespaces

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