Givaro
Public Types | Public Member Functions | Data Fields
ElemRef< T > Struct Template Reference

Elem Ref. More...

#include <givelem.h>

Public Types

typedef T Type_t
 

Public Member Functions

 ElemRef (Type_t &ref)
 
 operator Type_t & ()
 
 operator const Type_t & () const
 
ElemRef< T > operator= (const Type_t &v)
 

Data Fields

T & _ref
 

Detailed Description

template<class T>
struct Givaro::ElemRef< T >

Elem Ref.

Member Typedef Documentation

◆ Type_t

typedef T Type_t

Constructor & Destructor Documentation

◆ ElemRef()

ElemRef ( Type_t ref)
inline

Member Function Documentation

◆ operator Type_t &()

operator Type_t & ( )
inline

◆ operator const Type_t &()

operator const Type_t & ( ) const
inline

◆ operator=()

ElemRef<T> operator= ( const Type_t v)
inline

Field Documentation

◆ _ref

T& _ref

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