MCPcopy Create free account
hub / github.com/boostorg/histogram / char2int

Class char2int

include/boost/histogram/literals.hpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace detail {
17template <char C>
18struct char2int;
19template <>
20struct char2int<'0'> {
21 static constexpr std::size_t value = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected