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