CAPD::DynSys Library  6.0.0
capd::dynset::SetTraits< SetT > Struct Template Reference

This class provides a trait of being set of a given type, i.e. More...

#include <capd/dynset/SetTraits.h>

Static Public Attributes

static const bool isC0Set =false
 
static const bool isC1Set =false
 
static const bool isC2Set =false
 
static const bool isCnSet =false
 

Detailed Description

template<class SetT>
struct capd::dynset::SetTraits< SetT >

This class provides a trait of being set of a given type, i.e.

C0Set, C1Set, C2Set and CnSet Used to avoid late binding of virtual function move

Member Data Documentation

◆ isC0Set

template<class SetT >
const bool capd::dynset::SetTraits< SetT >::isC0Set =false
static

◆ isC1Set

template<class SetT >
const bool capd::dynset::SetTraits< SetT >::isC1Set =false
static

◆ isC2Set

template<class SetT >
const bool capd::dynset::SetTraits< SetT >::isC2Set =false
static

◆ isCnSet

template<class SetT >
const bool capd::dynset::SetTraits< SetT >::isCnSet =false
static

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