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 - 1
of
1
) 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) {}
Completed in 239 milliseconds