Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::trait_has_value< T > Struct Template Reference

#include <Traits.h>

Inheritance diagram for galois::trait_has_value< T >:
galois::det_id< T > galois::det_parallel_break< T > galois::neighborhood_visitor< T >

Public Types

typedef T type
 

Public Member Functions

 trait_has_value (const type &v)
 
 trait_has_value (type &&v)
 
getValue () const
 

Public Attributes

type value
 

Member Typedef Documentation

template<typename T>
typedef T galois::trait_has_value< T >::type

Constructor & Destructor Documentation

template<typename T>
galois::trait_has_value< T >::trait_has_value ( const type v)
inline
template<typename T>
galois::trait_has_value< T >::trait_has_value ( type &&  v)
inline

Member Function Documentation

template<typename T>
T galois::trait_has_value< T >::getValue ( ) const
inline

Member Data Documentation

template<typename T>
type galois::trait_has_value< T >::value

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