| 
    MeVisLab Toolbox Reference
    
   | 
 
#include <asio/Processor.h>Go to the source code of this file.
Classes | |
| class | asio::ProcessableType< Result, ParameterPack< Args... > > | 
Namespaces | |
| namespace | asio | 
Typedefs | |
| template<typename Result , typename... Args> | |
| using | asio::ConstRefProcessable = ProcessableType< Result, ParameterPack< const Args &... > > | 
| template<typename Result , typename... Args> | |
| using | asio::ByValueProcessable = ProcessableType< Result, ParameterPack< Args... > > | 
| template<typename Result , typename... Args> | |
| using | asio::Processable = ConstRefProcessable< Result, Args... > |