STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::empty_class Struct Reference

Empty class. More...

Public Member Functions

template<typename ... Args>
 empty_class (Args &&...)
 

Detailed Description

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.

See also
result_storage_mf, directory_request_base

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