HelenOS sources

is_nothrow_constructible  742 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     inline constexpr bool is_nothrow_constructible_v = is_nothrow_constructible<T>::value;
is_nothrow_constructible  746 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp         : is_nothrow_constructible<T>
is_nothrow_constructible  758 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp         : is_nothrow_constructible<add_lvalue_reference_t<T>, add_rvalue_reference_t<T>>
HelenOS homepage, sources at GitHub