Empty class. More...
Public Member Functions | |
| template<typename ... Args> | |
| empty_class (Args &&...) | |
Empty class.
empty_class is used with when invoking workfunctions returning void to avoid code duplication in Task.
It is also used in stapl::detail::directory_request_base as trivial hook type when not using intrusive containers.
1.8.13