value_list_concat_t

Synopsis

Declared in <folly/Traits.h>

template<
    template<auto...> typename Out,
    typename... List>
using value_list_concat_t = ::type;

Description

Each List is a value list of the form InK<ValK...>, where the templates InK are potentially heterogeneous. Concatenates these List`s into a single value list `Out<Val1..., Val2..., ...>.

Created with MrDocs