Searched defs:Hex (Results 1 – 1 of 1) sorted by relevance
124 struct Hex { struct125 static constexpr auto kRadix = ftl::Radix::kHex;128 std::string operator()(T v) const { in operator ()()