|
AsmGrader 0.0.0
|
Functions | |
| template<typename Ret , typename... ExtraArgs> | |
| consteval auto | make_safe_wrapper (int(&cfunc)(int, ExtraArgs...)) |
| constexpr bool | islower (char c) |
| constexpr bool | isupper (char c) |
| constexpr char | tolower (char c) |
| constexpr char | toupper (char c) |
| constexpr bool | isdigit (char c) |
| constexpr bool | isxdigit (char c) |
| constexpr bool | isalpha (char c) |
| constexpr bool | isalnum (char c) |
| constexpr bool | iscntrl (char c) |
| constexpr bool | isgraph (char c) |
| constexpr bool | isprint (char c) |
| constexpr bool | isblank (char c) |
| constexpr bool | isspace (char c) |
| constexpr bool | ispunct (char c) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
consteval |
|
constexpr |
|
constexpr |