Belle II Software development
VariadicType< T > Struct Template Reference

Recursively convert multiple types to type names (used for tuples). More...

#include <PyObjConvUtils.h>

Static Public Member Functions

static std::string name ()
 type name.
 

Detailed Description

template<typename T>
struct Belle2::PyObjConvUtils::VariadicType< T >

Recursively convert multiple types to type names (used for tuples).

Definition at line 131 of file PyObjConvUtils.h.

Member Function Documentation

◆ name()

static std::string name ( )
inlinestatic

type name.

Definition at line 131 of file PyObjConvUtils.h.

131{ static std::string name() { return Type<T>::name(); } };
static std::string name()
type name.
static std::string name()
type name.

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