true_type
The type used as a compile-time boolean with true value.
Synopsis
Declared in header <type_traits>
using true_type = integral_constant<bool, true>;
The type used as a compile-time boolean with true value.
Declared in header <type_traits>
using true_type = integral_constant<bool, true>;