Searched defs:convertToInt (Results 1 – 1 of 1) sorted by relevance
248 struct convertToInt struct250 static int invoke(const T& /*value*/) in invoke()259 struct convertToInt<T,true> struct261 static int invoke(const T& value) { return static_cast<int>(value); } in invoke()