|
tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
|
Compile-time check for trivially destructible types. More...
#include <simple_type_traits.h>
Static Public Attributes | |
| static constexpr bool | value = __has_trivial_destructor(T) |
Compile-time check for trivially destructible types.
Uses the compiler intrinsic __is_trivially_destructible (available on GCC, Clang, and MSVC) to avoid depending on <type_traits>.
| T | Type to test. |
|
staticconstexpr |