VariantN.allowed

Tells whether a type T is statically allowed for storage inside a VariantN object by looking T up in AllowedTypes.

struct VariantN(size_t maxDataSize, AllowedTypesParam...)
template allowed (
T
) {
enum bool allowed;
}

Meta

Suggestion Box / Bug Report