Searched refs:concat_helper (Results 1 – 1 of 1) sorted by relevance
180 constexpr std::array<char, N1 + N2 - 1> concat_helper( in concat_helper() function192 return concat_helper(a1, a2, gen_seq<N1 - 1>{}, gen_seq<N2>{}); in concat()