BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <api.hpp>
This metafunction removes the first several types from a variadic parameter pack of types. The first parameter is the number of arguments to remove from the beginning of the pack. All subsequent parameters are types in the list to be cut The result pack_cutter<...>::type is a short_pack<RemainingTypes>