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

  /external/clang/test/CXX/except/except.spec/
canonical.cpp 12 struct __is_nothrow_constructible struct in namespace:std
25 noexcept(__is_nothrow_constructible<allocator_type>::value);
33 noexcept(__is_nothrow_constructible<_Compare>::value);
48 basic_string<T, _Traits, _Allocator>::basic_string() noexcept(__is_nothrow_constructible<allocator_type>::value) {}
52 noexcept(__is_nothrow_constructible<_Compare>::value) {}
  /ndk/sources/cxx-stl/llvm-libc++/include/
type_traits     [all...]

Completed in 71 milliseconds