MADNESS  version 0.9
Public Types | Static Public Attributes | List of all members
madness::tr1::detail::function_traits< returnT(*)()> Struct Template Reference

Function traits in the spirt of boost function traits. More...

#include <function_traits_bits.h>

Public Types

typedef returnT result_type
 

Static Public Attributes

static const bool value = true
 
static const int arity = 0
 

Detailed Description

template<typename returnT>
struct madness::tr1::detail::function_traits< returnT(*)()>

Function traits in the spirt of boost function traits.

Member Typedef Documentation

template<typename returnT >
typedef returnT madness::tr1::detail::function_traits< returnT(*)()>::result_type

Member Data Documentation

template<typename returnT >
const int madness::tr1::detail::function_traits< returnT(*)()>::arity = 0
static
template<typename returnT >
const bool madness::tr1::detail::function_traits< returnT(*)()>::value = true
static

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