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

Method digits

include/boost/parser/parser.hpp:8370–8373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8368 accepts numbers exactly `Digits` digits. */
8369 template<int Digits>
8370 constexpr auto digits() const noexcept
8371 {
8372 return uint_parser<T, Radix, Digits, Digits, Expected>{expected_};
8373 }
8374
8375 /** Returns a `uint_parser` identical to `*this`, except that it
8376 only accepts numbers `D` digits long, where `D` is in

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected