Searched defs:custom_axis (Results 1 – 1 of 1) sorted by relevance
18 struct custom_axis : public axis::integer<> { in main() struct19 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()