Searched refs:count_of (Results 1 – 1 of 1) sorted by relevance
611 using count_of = seq::sum< std::size_t, ( std::is_same< T, Ts >::value ? 1 : 0 )... >; typedef620 static_assert( count_of< T, Ts... >::value > 0, "T not found within Ts..." );621 static_assert( count_of< T, Ts... >::value < 2, "T must be unique within Ts..." );