PFUNC  1.0
Public Types
pfunc::detail::task_traits< T > Struct Template Reference

#include <pfunc/prio.hpp>

List of all members.

Public Types

typedef T::attribute attribute
typedef T::functor functor

Detailed Description

template<typename T>
struct pfunc::detail::task_traits< T >

Traits class to figure out the nested types "attribute" and "functor" associated with a "task" type.


Member Typedef Documentation

template<typename T>
typedef T::attribute pfunc::detail::task_traits< T >::attribute

Type of the attribute

template<typename T>
typedef T::functor pfunc::detail::task_traits< T >::functor

Type of the functor


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