1 #pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi"). 10 constexpr
auto& slashed_o =
"ø";
11 return (
sizeof( slashed_o ) == 3 and slashed_o[0] ==
'\xC3' and slashed_o[1] ==
'\xB8');
A drop-in replacement for bool without implicit conversion from/to types other than bool.
Truth is a drop-in replacement for bool without implicit conversion from/to types other than bool.
constexpr auto is_the_execution_character_set() -> Truth