Home
last modified time | relevance | path

Searched refs:is_nothrow_default_constructible_v (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.101.5/iokit/DriverKit/
H A Dsafe_allocation.h54 constexpr bool is_nothrow_default_constructible_v = __is_nothrow_constructible(T); variable
/xnu-8796.101.5/libkern/libkern/c++/
H A Dsafe_allocation.h54 constexpr bool is_nothrow_default_constructible_v = __is_nothrow_constructible(T); variable