This is Unofficial EPICS BASE Doxygen Site
epics::pvData::detail::asInt< T > Struct Template Reference

#include "byteBuffer.h"

Static Public Member Functions

static EPICS_ALWAYS_INLINEfrom (T v)
 
static EPICS_ALWAYS_INLINEto (T v)
 

Detailed Description

template<typename T>
struct epics::pvData::detail::asInt< T >

Definition at line 66 of file byteBuffer.h.

Member Function Documentation

template<typename T >
static EPICS_ALWAYS_INLINE T epics::pvData::detail::asInt< T >::from ( v)
inlinestatic

Definition at line 67 of file byteBuffer.h.

67 { return v; }
template<typename T >
static EPICS_ALWAYS_INLINE T epics::pvData::detail::asInt< T >::to ( v)
inlinestatic

Definition at line 68 of file byteBuffer.h.

68 { return v; }

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