This is Unofficial EPICS BASE Doxygen Site
epics::pvData::detail::cast_helper< TO, FROM, Enable > Struct Template Reference

#include "typeCast.h"

Static Public Member Functions

static FORCE_INLINE TO op (FROM from)
 

Detailed Description

template<typename TO, typename FROM, class Enable = void>
struct epics::pvData::detail::cast_helper< TO, FROM, Enable >

Definition at line 85 of file typeCast.h.

Member Function Documentation

template<typename TO , typename FROM , class Enable = void>
static FORCE_INLINE TO epics::pvData::detail::cast_helper< TO, FROM, Enable >::op ( FROM  from)
inlinestatic

Definition at line 86 of file typeCast.h.

86  {
87  return static_cast<TO>(from);
88  }

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