ug4
ug::attachment_value_traits< TValue > Struct Template Reference

define reference and const reference types for attachment values. More...

#include <attachment_pipe.h>

Public Types

typedef const TValue & const_reference
 
typedef TValue & reference
 

Detailed Description

template<class TValue>
struct ug::attachment_value_traits< TValue >

define reference and const reference types for attachment values.

The default traits should be fine in all cases. A specialization for bool exists.

Member Typedef Documentation

◆ const_reference

template<class TValue >
typedef const TValue& ug::attachment_value_traits< TValue >::const_reference

◆ reference

template<class TValue >
typedef TValue& ug::attachment_value_traits< TValue >::reference

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