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

Method base

include/boost/parser/parser.hpp:8504–8508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8502 parses digits as base-`Radix2` instead of base-`Radix`. */
8503 template<int Radix2>
8504 constexpr auto base() const noexcept
8505 {
8506 return int_parser<T, Radix2, MinDigits, MaxDigits, Expected>{
8507 expected_};
8508 }
8509
8510 /** Returns an `int_parser` identical to `*this`, except that it only
8511 accepts numbers exactly `Digits` digits. */

Callers 9

json.hppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
~scoped_base_assignMethod · 0.45
attr_search_repack_shimFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected