MCPcopy Create free account
hub / github.com/boostorg/parser / base

Method base

include/boost/parser/parser.hpp:8361–8365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8359 parses digits as base-`Radix2` instead of base-`Radix`. */
8360 template<int Radix2>
8361 constexpr auto base() const noexcept
8362 {
8363 return uint_parser<T, Radix2, MinDigits, MaxDigits, Expected>{
8364 expected_};
8365 }
8366
8367 /** Returns a `uint_parser` identical to `*this`, except that it only
8368 accepts numbers exactly `Digits` digits. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected