tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_destructible< T > Struct Template Reference

Because the C++ program terminates if a destructor throws an exception during stack unwinding (which usually cannot be predicted), all practical destructors are non-throwing even if they are not declared noexcept. All destructors found in the C++ standard library are non-throwing. More...

#include <is_destructible.hpp>

Inheritance diagram for is_destructible< T >:

Detailed Description

template<typename T>
struct etl::is_destructible< T >

Because the C++ program terminates if a destructor throws an exception during stack unwinding (which usually cannot be predicted), all practical destructors are non-throwing even if they are not declared noexcept. All destructors found in the C++ standard library are non-throwing.

https://en.cppreference.com/w/cpp/types/is_destructible


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