std::is_trivially_move_constructible< _Tp > - is_trivially_move_constructible
Contents
Detailed Description
template<typename_Tp>
struct std::is_trivially_move_constructible< _Tp >"is_trivially_move_constructible
Name
std::is_trivially_move_constructible< _Tp > - is_trivially_move_constructible
Synopsis
#include <type_traits>
Inherits __is_trivially_constructible_impl< _Tp, __add_rval_ref_t< _Tp > >.
