tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
is_nothrow_move_constructible< T > Struct Template Reference

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

Detailed Description

template<typename T>
struct is_nothrow_move_constructible< 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>.

Template Parameters
TType to test.

Member Data Documentation

◆ value

template<typename T >
constexpr bool is_nothrow_move_constructible< T >::value = __is_nothrow_constructible(T, T &&)
staticconstexpr

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