ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ttg::Void Class Reference

A complete version of void. More...

#include <void.h>

Public Member Functions

 Void ()=default
 
template<typename T >
 Void (T &&)
 

Detailed Description

A complete version of void.

Void can be used interchangeably with void as key or value type, but is also hashable, etc. May reduce the amount of metaprogramming relative to void.

Definition at line 12 of file void.h.

Constructor & Destructor Documentation

◆ Void() [1/2]

ttg::Void::Void ( )
default

◆ Void() [2/2]

template<typename T >
ttg::Void::Void ( T &&  )
inlineexplicit

Definition at line 15 of file void.h.


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