Public Types | Static Public Member Functions | List of all members
art::value< T > Struct Template Reference

#include <traits.h>

Inheritance diagram for art::value< T >:

Public Types

using element_type = typename has_value_type< T >::element_type
 

Static Public Member Functions

static std::type_info const * type_id ()
 

Detailed Description

template<typename T>
struct art::value< T >

Definition at line 90 of file traits.h.

Member Typedef Documentation

template<typename T >
using art::value< T >::element_type = typename has_value_type<T>::element_type

Definition at line 94 of file traits.h.

Member Function Documentation

template<typename T >
static std::type_info const* art::value< T >::type_id ( )
inlinestatic

Definition at line 96 of file traits.h.

97  {
98  return &typeid(element_type);
99  }

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