Searched defs:has_concat_op (Results 1 – 1 of 1) sorted by relevance
274 constexpr bool has_concat_op(int) { return true; } in has_concat_op() function276 constexpr bool has_concat_op(long) { return false; } in has_concat_op() function278 constexpr bool has_concat_op() { return has_concat_op<It>(0); } in has_concat_op() function