hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Types | Public Member Functions | Public Attributes | List of all members
hobbes::storage::recursive< T > Struct Template Reference

#include <storage.H>

Collaboration diagram for hobbes::storage::recursive< T >:
Collaboration graph

Public Types

typedef T value_type
 

Public Member Functions

 recursive (const value_type &x)
 

Public Attributes

value_type value
 

Member Typedef Documentation

◆ value_type

template<typename T>
typedef T hobbes::storage::recursive< T >::value_type

Constructor & Destructor Documentation

◆ recursive()

template<typename T>
hobbes::storage::recursive< T >::recursive ( const value_type x)
inline

Member Data Documentation

◆ value

template<typename T>
value_type hobbes::storage::recursive< T >::value

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