Home
last modified time | relevance | path

Searched defs:custom_axis (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/histogram/examples/
Dguide_custom_modified_axis.cpp18 struct custom_axis : public axis::integer<> { in main() struct
19 using value_type = const char*; // type that is fed to the axis in main()
26 axis::index_type index(value_type s) const { return integer::index(std::atoi(s)); } in main()