libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ _S_nothrow_construct() [1/2]

template<typename _Alloc>
template<typename _Tp, typename... _Args>
constexpr __enable_if_t<!__has_construct< _Alloc, _Tp, _Args... >, bool > std::allocator_traits< _Alloc >::_S_nothrow_construct ( _Alloc * = nullptr,
_Tp * __p = nullptr )
inlinestaticconstexprprivate

Definition at line 553 of file bits/alloc_traits.h.