Thrill  0.1
function_traits.hpp File Reference
#include <cstddef>
#include <tuple>
#include <type_traits>
+ Include dependency graph for function_traits.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FunctionTraits< ReturnType(*)(Args...)>
 specialize for function pointers More...
 
struct  FunctionTraits< ReturnType(ClassType::*)(Args...) const >
 specialize for pointers to const member function More...
 
struct  FunctionTraits< ReturnType(ClassType::*)(Args...)>
 specialize for pointers to mutable member function More...
 

Namespaces

 thrill
 
 thrill::common
 Contains many common tools and helpers shared by higher layers. See common.
 

Macros

#define THRILL_COMMON_FUNCTION_TRAITS_HEADER
 

Macro Definition Documentation

◆ THRILL_COMMON_FUNCTION_TRAITS_HEADER

#define THRILL_COMMON_FUNCTION_TRAITS_HEADER

Definition at line 14 of file function_traits.hpp.