Quick Links:

bal | bbl | bdl | bsl

bslstl::Optional_IsTriviallyDestructible< TYPE > Struct Template Reference

#include <bslstl_optional.h>


Detailed Description

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

This metafunction is derived from std::is_trivially_destructible<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.

See Component bslstl_optional


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