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

Checks if a type satisfies the destructible concept More...

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

Inheritance diagram for cpp::concepts::Destructible< T >:
cpp::concepts::Concept< std::is_destructible< T >::value, std::is_nothrow_destructible< T >::value >

Additional Inherited Members

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

Detailed Description

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

Checks if a type satisfies the destructible concept

Template Parameters
TType to be tested

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