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

Checks if a type satisfies the constructible concept with the given constructor arguments. More...

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

Inheritance diagram for cpp::concepts::Constructible< T, Args >:
cpp::concepts::Concept< std::is_constructible< T, Args... >::value, std::is_nothrow_constructible< T, Args... >::value >

Additional Inherited Members

- Static Public Attributes inherited from cpp::concepts::Concept< std::is_constructible< T, Args... >::value, std::is_nothrow_constructible< T, Args... >::value >
static constexpr bool no_except
 

Detailed Description

template<typename T, typename... Args>
class cpp::concepts::Constructible< T, Args >

Checks if a type satisfies the constructible concept with the given constructor arguments.

Template Parameters
TType to be tested
ArgsConstructor arguments types

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