OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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++/libcxx/include/
type_traits
[
all
...]
Completed in 60 milliseconds