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

#include <IsConstructible.h>

Public Types

enum  { Value = __is_constructible(T, Args...) }
 

Detailed Description

template<typename T, typename... Args>
struct TIsConstructible< T, Args >

Determines if T is constructible from a set of arguments.

Definition at line 9 of file IsConstructible.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T , typename... Args>
anonymous enum
Enumerator
Value 

Definition at line 11 of file IsConstructible.h.


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