A helper exposing the size and elements of a value list.
Declared in <folly/Traits.h>
template<typename List>
struct value_list_traits_;
| Name | Description |
|---|---|
value_list_traits_<List<V...>> | A specialization exposing the size and elements of a value list. |