ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
void.h File Reference
#include <iostream>
#include "ttg/util/meta.h"
Include dependency graph for void.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ttg::Void
 A complete version of void. More...
 
struct  std::hash< ttg::Void >
 

Namespaces

namespace  ttg
 top-level TTG namespace contains runtime-neutral functionality
 
namespace  ttg::detail
 
namespace  std
 STL namespace.
 

Functions

bool ttg::operator== (const Void &, const Void &)
 
bool ttg::operator!= (const Void &, const Void &)
 
std::ostream & ttg::operator<< (std::ostream &os, const ttg::Void &)
 
template<std::size_t... Is>
auto ttg::detail::make_void_tuple (std::index_sequence< Is... >)
 
template<std::size_t N>
auto ttg::detail::make_void_tuple ()