tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::destructible Concept Reference

The concept destructible specifies the concept of all types whose instances can safely be destroyed at the end of their lifetime (including reference types). More...

#include <destructible.hpp>

Concept definition

template<typename T>
The concept destructible specifies the concept of all types whose instances can safely be destroyed a...
Definition destructible.hpp:15
constexpr bool is_nothrow_destructible_v
Definition is_nothrow_destructible.hpp:37

Detailed Description

The concept destructible specifies the concept of all types whose instances can safely be destroyed at the end of their lifetime (including reference types).