Searched defs:is_nothrow_move_constructible (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp4 template <class _Tp> struct is_nothrow_move_constructible { struct
18 noexcept(is_nothrow_move_constructible<allocator_type>::value);

Completed in 287 milliseconds