Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tuple_traits< const T & > Struct Template Reference

#include <Tuple.h>

Public Types

typedef const T & Value
 
typedef T & Value_opposite
 
typedef T *const Pointer
 
typedef const T *const Const_pointer
 
typedef const T & Reference
 
typedef const T & Init_reference
 
typedef const T & Const_reference
 
typedef const T ** Pointer_equivalent
 

Static Public Member Functions

static Reference ref (Pointer_equivalent p)
 

Detailed Description

template<class T>
struct Tuple_traits< const T & >

Definition at line 99 of file Tuple.h.

Member Typedef Documentation

typedef const T* const Const_pointer

Definition at line 103 of file Tuple.h.

typedef const T& Const_reference

Definition at line 106 of file Tuple.h.

typedef const T& Init_reference

Definition at line 105 of file Tuple.h.

typedef T* const Pointer

Definition at line 102 of file Tuple.h.

typedef const T** Pointer_equivalent

Definition at line 107 of file Tuple.h.

typedef const T& Reference

Definition at line 104 of file Tuple.h.

typedef const T& Value

Definition at line 100 of file Tuple.h.

typedef T& Value_opposite

Definition at line 101 of file Tuple.h.

Member Function Documentation

static Reference ref ( Pointer_equivalent  p)
inlinestatic

Definition at line 108 of file Tuple.h.

108 { return **p; }

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