siplasplas
A library for C++ reflection and introspection
cpp::concepts::DefaultConstructible< T > Class Template Reference

Checks if a type satisfies the default constructible concept More...

#include <siplasplas/typeerasure/concepts/valuesemantics.hpp>

Inheritance diagram for cpp::concepts::DefaultConstructible< T >:
cpp::concepts::Concept< std::is_default_constructible< T >::value, std::is_nothrow_default_constructible< T >::value >

Additional Inherited Members

- Static Public Attributes inherited from cpp::concepts::Concept< std::is_default_constructible< T >::value, std::is_nothrow_default_constructible< T >::value >
static constexpr bool no_except
 

Detailed Description

template<typename T>
class cpp::concepts::DefaultConstructible< T >

Checks if a type satisfies the default constructible concept

Template Parameters
TType to be tested

The documentation for this class was generated from the following file: