4.6.0
Freundlich's C++ toolkit
|
Parses unsigned integers.
An unsigned integer string is a nonempty sequence of fcppt::parse::digits. The string is converted into an unsigned integer using fcppt::extract_from_string.
Type | Must be a unsigned integer type. |
Public Types | |
using | result_type = Type |
Public Member Functions | |
uint () | |
template<typename Ch , typename Skipper > | |
fcppt::parse::result< Ch, result_type > | parse (fcppt::reference< fcppt::parse::basic_stream< Ch > >, Skipper const &) const |
using fcppt::parse::uint< Type >::result_type = Type |
fcppt::parse::uint< Type >::uint | ( | ) |
|
nodiscard |