V
visit_bools
Convert runtime bool values to compile-time values.
The visit_bools function, like std::visit for std::variant, calls a callable with std::true_type or std::false_type in place of bool, for any number of arguments.
Convert runtime bool values to compile-time values.
The visit_bools function, like std::visit for std::variant, calls a callable with std::true_type or std::false_type in place of bool, for any number of arguments.