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 const 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 46 of file Tuple.h.

Member Typedef Documentation

typedef const T* const Const_pointer

Definition at line 50 of file Tuple.h.

typedef const T& Const_reference

Definition at line 53 of file Tuple.h.

typedef const T& Init_reference

Definition at line 52 of file Tuple.h.

typedef const T* const Pointer

Definition at line 49 of file Tuple.h.

typedef const T* Pointer_equivalent

Definition at line 54 of file Tuple.h.

typedef const T& Reference

Definition at line 51 of file Tuple.h.

typedef const T Value

Definition at line 47 of file Tuple.h.

typedef T Value_opposite

Definition at line 48 of file Tuple.h.

Member Function Documentation

static Reference ref ( Pointer_equivalent  p)
inlinestatic

Definition at line 55 of file Tuple.h.

55 { return *p; }

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