Support Class Library
A set of tools providing classes and utility
|
#include <scl/macros.h>
#include <scl/tools/meta/constexpr_assert.h>
#include <scl/concepts/Invocable.h>
Go to the source code of this file.
Classes | |
struct | scl::concepts::RegularInvocable< F, Args > |
RegularInvocable concept, a type F is regular invocable with Args if it is Invocable and is equality preserving and does not modify its arguments. More... | |
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::concepts | |
A lightweight concept-like library for C++11. | |