Searched defs:cast_to_int (Results 1 – 2 of 2) sorted by relevance
176 template <typename T> static int cast_to_int(T) { in cast_to_int() function180 template <> inline int ExactlyInt::cast_to_int<int>(int x) { return x; } in cast_to_int() function in ExactlyInt
173 unsigned cast_to_int : 1; member