28 #ifndef INCLUDED_ApplyList_h_GUID_9B48A805_89F9_48A8_3AC8_1C477B7328C7
29 #define INCLUDED_ApplyList_h_GUID_9B48A805_89F9_48A8_3AC8_1C477B7328C7
47 template <
typename F,
typename... Args>
55 template <
typename F,
typename Args>
60 #endif // INCLUDED_ApplyList_h_GUID_9B48A805_89F9_48A8_3AC8_1C477B7328C7
The main namespace for all C++ elements of the framework, internal and external.
A wrapper for a template parameter pack of types.
typename F::template apply< Args...> apply
Apply an alias class.
apply< detail::apply_list_< F, Args >> apply_list
Apply an alias class, exploding the list of args.