Home
last modified time | relevance | path

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

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