Sourcemeta Core 0.0.0
Loading...
Searching...
No Matches
sourcemeta::core::text_spellable_integer Concept Reference

Concept definition

template<typename Type>
std::integral<Type> && !std::same_as<std::remove_cv_t<Type>, bool> &&
sizeof(Type) <= sizeof(std::uint64_t)
@ Type
The token type does not match the expected media type.
Definition jose_verify.h:202

Detailed Description

The integer types that can be spelled out in decimal. Booleans are excluded because they have a textual form of their own that callers rarely want rendered as a digit.