pstore2
Static Public Member Functions | List of all members
pstore::details::applier< N > Struct Template Reference

Static Public Member Functions

template<typename Function , typename Tuple , typename... Args>
static auto apply (Function &&f, Tuple &&t, Args &&... a) -> decltype(applier< N - 1U >::apply(std::forward< Function >(f), std::forward< Tuple >(t), std::get< N - 1U >(std::forward< Tuple >(t)), std::forward< Args >(a)...))
 

The documentation for this struct was generated from the following file: