BDE 4.14.0 Production release
|
#include <bslstl_optional.h>
This metafunction is derived from std::is_trivially_destructible<t_TYPE>
in C++11 and later. In C++03, the metafunction is derived from bsl::is_trivially_copyable
, a trait that implies the type is also trivially destructible.