folly::traits_detail::value_list_traits_

A helper exposing the size and elements of a value list.

Synopsis

Declared in <folly/Traits.h>

template<typename List>
struct value_list_traits_;

Specializations

NameDescription
value_list_traits_<List<V...>> A specialization exposing the size and elements of a value list.