STK++ 0.9.13
STK::IdTypeImpl< TYPE > Struct Template Reference

Implementation of the return type. More...

#include <STK_IdTypeImpl.h>

Static Public Member Functions

static Base::IdType returnType ()
 

Detailed Description

template<typename TYPE>
struct STK::IdTypeImpl< TYPE >

Implementation of the return type.

This object will be specialized for runtime type identification (RTTI). Default is unknown_ type.

Definition at line 78 of file STK_IdTypeImpl.h.

Member Function Documentation

◆ returnType()

template<typename TYPE >
static Base::IdType STK::IdTypeImpl< TYPE >::returnType ( )
inlinestatic
Returns
the IdType of the variable (unknown by default).

Definition at line 81 of file STK_IdTypeImpl.h.

81{ return(Base::unknown_);}
@ unknown_
Unknown type.

References STK::Base::unknown_.

Referenced by STK::DataFrameToArray2D< Type >::run().


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