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;
87 std::string_view prefix);
105 std::string_view input)
noexcept;
119 std::string_view input)
noexcept;
Common definitions for cross-platform compiler support.
#define ada_really_inline
Includes the definitions for validation functions.
bool has_hex_prefix_unsafe(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
bool has_hex_prefix(std::string_view input)
constexpr bool is_alpha(char x) noexcept
constexpr bool is_digit(char x) noexcept
ada_really_inline bool begins_with(std::string_view view, std::string_view prefix)