Belle II Software development
Type< T > Struct Template Reference

Converts a template argument into a string for corresponding Python type. More...

#include <PyObjConvUtils.h>

Static Public Member Functions

static std::string name ()
 type name.
 

Detailed Description

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

Converts a template argument into a string for corresponding Python type.

Partial template specialisations are not allowed for functions, so this needs to be a class.

Definition at line 145 of file PyObjConvUtils.h.

Member Function Documentation

◆ name()

static std::string name ( )
inlinestatic

type name.

Definition at line 145 of file PyObjConvUtils.h.

145{ static std::string name() { return "???";} };
static std::string name()
type name.

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