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