Searched defs:modified_axis (Results 1 – 1 of 1) sorted by relevance
27 struct modified_axis : public axis::integer<> { struct30 auto index(const char* s) const { return integer::index(std::atoi(s)); } in index()