Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TIsTriviallyDestructible< T > Struct Template Reference

#include <IsTriviallyDestructible.h>

Public Types

enum  { Value = std::is_trivially_destructible_v<T> }
 

Detailed Description

template<typename T>
struct TIsTriviallyDestructible< T >

Traits class which tests if a type has a trivial destructor.

Definition at line 10 of file IsTriviallyDestructible.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
Value 

Definition at line 12 of file IsTriviallyDestructible.h.


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