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

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

#include <valuesemantics.hpp>

Inheritance diagram for cpp::concepts::CopyConstructible< T >:
cpp::concepts::Concept< std::is_copy_constructible< T >::value, std::is_nothrow_copy_constructible< T >::value >

Additional Inherited Members

- Static Public Attributes inherited from cpp::concepts::Concept< std::is_copy_constructible< T >::value, std::is_nothrow_copy_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::CopyConstructible< T >

Checks if a type satisfies the copy constructible concept

Template Parameters
TType to be tested

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