Searched defs:Dec (Results 1 – 1 of 1) sorted by relevance
115 struct Dec { struct116 static constexpr auto kRadix = ftl::Radix::kDec;119 std::string operator()(T v) const { in operator ()()