siplasplas
List of all members
cpp::concepts::DefaultConstructible< T > Class Template Reference

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

#include <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
 Returns whether the concept implementation (feature) is noexcept or not.
 
static constexpr bool vakue
 Concept result. More...
 

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: