AddToIndexSequence< Lo, IndexSequence< Is... > > Struct Template Reference

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

Public Types

using type = IndexSequence< Lo+Is ... >
 

Detailed Description

template<std::size_t Lo, std::size_t... Is>
struct armarx::meta::detail::AddToIndexSequence< Lo, IndexSequence< Is... > >

Definition at line 220 of file TemplateMetaProgramming.h.

Member Typedef Documentation

◆ type

using type = IndexSequence < Lo + Is ... >

Definition at line 222 of file TemplateMetaProgramming.h.


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