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:16
The class template bitset represents a fixed-size sequence of Bits bits. Bitsets can be manipulated b...
Definition bitset.hpp:23

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).