siplasplas
A library for C++ reflection and introspection
|
Checks if a type satisfies the copy constructible concept More...
#include <siplasplas/typeerasure/concepts/valuesemantics.hpp>
Additional Inherited Members | |
![]() | |
static constexpr bool | no_except |
Returns whether the concept implementation (feature) is noexcept or not. | |
static constexpr bool | vakue |
Concept result. True if the concept is satisfied, false otherwise. | |
Checks if a type satisfies the copy constructible concept
::value
: true if T meets Copy Constructible concept. False otherwise::no_except
: true if T is also no throw copy constructible. False otherwiseT | Type to be tested |