Skip to content

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