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

Method index

examples/guide_custom_axis.cpp:17–17  ·  view source on GitHub ↗

the customization point - accept const char* and convert to int - then call index method of base class

Source from the content-addressed store, hash-verified

15 // - accept const char* and convert to int
16 // - then call index method of base class
17 int index(value_type s) const { return integer::index(std::atoi(s)); }
18};
19
20int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected