cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
has_virtual_destructor< T > Struct Template Reference

Implementation of is_standard_layout .If and only if the intrinsic __has_virtual_destructor() exists, cxxomfort provides this type traits that exposes the member value with the value __has_trivial_destructor(T). More...

Detailed Description

template<typename T>
struct std::has_virtual_destructor< T >

Implementation of is_standard_layout .

If and only if the intrinsic __has_virtual_destructor() exists, cxxomfort provides this type traits that exposes the member value with the value __has_trivial_destructor(T).

The macro CXXOMFORT_IMPLEMENTS_std_has_virtual_destructor informs if this type trait is provided.


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