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

Public Types

using type = meta::size_t< detail::count_i_(s_v, s_v+sizeof...(List), 0u)>
 

Static Public Attributes

static constexpr bool s_v [sizeof...(List)] = {std::is_same<T, List>::value...}