Searched defs:const_check (Results 1 – 3 of 3) sorted by relevance
274 template <typename T> constexpr T const_check(T value) { return value; } in const_check() function
282 template <typename T> constexpr T const_check(T value) { return value; } in const_check() function
828 template <typename T> inline T const_check(T value) { return value; } in const_check() function