tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_nothrow_destructible.hpp File Reference

Go to the source code of this file.

Classes

struct  is_nothrow_destructible< Type >
 https://en.cppreference.com/w/cpp/types/is_destructible More...
 
struct  is_nothrow_destructible< Type & >
 
struct  is_nothrow_destructible< Type && >
 
struct  is_nothrow_destructible< Type[N]>
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_nothrow_destructible_v = is_nothrow_destructible<T>::value