ToStringFTuple< meta::IndexSequence< Is... > > Struct Template Reference

#include <ArmarXCore/core/util/StringHelperTemplates.h>

Static Public Member Functions

template<class... Ts>
static std::string Format (const std::string &form, const std::tuple< Ts... > &tuple)
 
static std::string Format (const std::string &form, std::tuple<>)
 

Detailed Description

template<std::size_t... Is>
struct armarx::detail::ToStringFTuple< meta::IndexSequence< Is... > >

Definition at line 55 of file StringHelperTemplates.h.

Member Function Documentation

◆ Format() [1/2]

static std::string Format ( const std::string &  form,
const std::tuple< Ts... > &  tuple 
)
inlinestatic

Definition at line 58 of file StringHelperTemplates.h.

+ Here is the call graph for this function:

◆ Format() [2/2]

static std::string Format ( const std::string &  form,
std::tuple<>   
)
inlinestatic

Definition at line 81 of file StringHelperTemplates.h.


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