HomeSort by relevance Sort by last modified time
    Searched defs:is_nothrow_move_constructible (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Modules/Inputs/PR27401/
a.h 13 struct is_nothrow_move_constructible struct in inherits:integral_constant
  /external/clang/test/SemaTemplate/
exception-spec-crash.cpp 4 template <class _Tp> struct is_nothrow_move_constructible { struct
18 noexcept(is_nothrow_move_constructible<allocator_type>::value);

Completed in 79 milliseconds