argos::STagHolder< DERIVED, BASE > Struct Template Reference

Holds the value of the tag associated to DERIVED More...

#include <vtable.h>

Static Public Attributes

static size_t Tag = GetTag<DERIVED, BASE>()
 Force initialization of tag holder. More...
 

Detailed Description

template<typename DERIVED, typename BASE>
struct argos::STagHolder< DERIVED, BASE >

Holds the value of the tag associated to DERIVED

Definition at line 108 of file vtable.h.

Member Data Documentation

◆ Tag

template<typename DERIVED , typename BASE >
size_t argos::STagHolder< DERIVED, BASE >::Tag = GetTag<DERIVED, BASE>()
static

Force initialization of tag holder.

Definition at line 109 of file vtable.h.