CAPD DynSys Library  5.2.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

const static bool isC0Set =false
 
const static bool isC1Set =false
 
const static bool isC2Set =false
 
const static 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 static bool capd::dynset::SetTraits< SetT >::isC0Set =false
static

◆ isC1Set

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

◆ isC2Set

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

◆ isCnSet

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