Ada
3.4.3
Fast spec-compliant URL parser
Toggle main menu visibility
Loading...
Searching...
No Matches
character_sets.h
Go to the documentation of this file.
1
7
#ifndef ADA_CHARACTER_SETS_H
8
#define ADA_CHARACTER_SETS_H
9
10
#include "
ada/common_defs.h
"
11
#include <cstdint>
12
20
namespace
ada::character_sets
{
21
ada_really_inline
constexpr
bool
bit_at
(
const
uint8_t a[], uint8_t i);
22
}
// namespace ada::character_sets
23
24
#endif
// ADA_CHARACTER_SETS_H
common_defs.h
Cross-platform compiler macros and common definitions.
ada_really_inline
#define ada_really_inline
Definition
common_defs.h:85
ada::character_sets
Includes the definitions for unicode character sets.
Definition
character_sets-inl.h:17
ada::character_sets::bit_at
ada_really_inline constexpr bool bit_at(const uint8_t a[], const uint8_t i)
Definition
character_sets-inl.h:515