Searched defs:FitsInIntegerKind (Results 1 – 1 of 1) sorted by relevance
133 template <int KIND> struct FitsInIntegerKind { struct134 bool operator()(std::int64_t value) { in operator ()()