Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
namespace detail {
17
template <char C>
18
struct char2int;
19
template <>
20
struct 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