std::Meta::enable_if<Condition, T>
enable_if<Condition, T>
Enables a type if the condition is true
Signature
enable_if<bool Condition, T> -> T | void
Specifiers
constexpr
enable_if<Condition, T>
Enables a type if the condition is true
enable_if<bool Condition, T> -> T | void
constexpr