BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl::Optional_IsTriviallyDestructible< t_TYPE > Struct Template Reference

#include <bslstl_optional.h>

Inheritance diagram for bslstl::Optional_IsTriviallyDestructible< t_TYPE >:

Detailed Description

template<class t_TYPE>
struct bslstl::Optional_IsTriviallyDestructible< t_TYPE >

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.


The documentation for this struct was generated from the following file: