28constexpr char to_lower(
char x)
noexcept;
37constexpr bool is_alpha(
char x)
noexcept;
58constexpr bool is_digit(
char x)
noexcept;
80 std::string_view input)
noexcept;
98 std::string_view input)
noexcept;
112 std::string_view input)
noexcept;
Common definitions for cross-platform compiler support.
#define ada_really_inline
Includes the definitions for validation functions.
constexpr bool has_hex_prefix_unsafe(std::string_view input)
constexpr bool has_hex_prefix(std::string_view input)
constexpr bool is_normalized_windows_drive_letter(std::string_view input) noexcept
constexpr bool is_windows_drive_letter(std::string_view input) noexcept
constexpr char to_lower(char x) noexcept
constexpr bool is_alpha(char x) noexcept
constexpr bool is_digit(char x) noexcept