|
pstore2
|
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)...)) |
1.8.13