Range-v3
Range algorithms, views, and actions for the Standard Library
meta::detail::count_< list< Ts... >, T > Struct Template Reference

Public Types

using type = meta::size_t<((std::size_t) __is_same_as(T, Ts)+...)>