Skip to main content

Module base

Module base 

Source
Expand description

Number base parsing and formatting for the cast conversion commands.

Structs§

NumberWithBase
A parsed number together with the Base it is formatted in.

Enums§

Base
Represents a number’s radix or base. Supports the same bases that std::fmt supports.