HasAtMethod< T, IdxT, class > Struct Template Reference

Can be used to determine if T has an at method accepting a type of IdxT. More...

#include <ArmarXCore/util/CPPUtility/TemplateMetaProgramming.h>

+ Inheritance diagram for HasAtMethod< T, IdxT, class >:

Detailed Description

template<class T, class IdxT, class = void>
struct armarx::meta::HasAtMethod< T, IdxT, class >

Can be used to determine if T has an at method accepting a type of IdxT.

This is the default if there is no method

Definition at line 163 of file TemplateMetaProgramming.h.


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