value_pack_size_t
Synopsis
Declared in <folly/Traits.h>
template<auto V...>
using value_pack_size_t = index_constant<sizeof...(V)>;
Description
The size of a value pack.
A metafunction around index_constant<sizeof...(V)>.
Created with MrDocs