Thrill
0.1
|
#include <cstddef>
#include <tuple>
#include <type_traits>
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 |
#define THRILL_COMMON_FUNCTION_TRAITS_HEADER |
Definition at line 14 of file function_traits.hpp.