Belle II Software development
Type< std::map< A, B > > 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 A, typename B>
struct Belle2::PyObjConvUtils::Type< std::map< A, B > >

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

Definition at line 151 of file PyObjConvUtils.h.

Member Function Documentation

◆ name()

static std::string name ( )
inlinestatic

type name.

Definition at line 151 of file PyObjConvUtils.h.

151{ static std::string name() { return std::string("dict(") + Type<A>::name() + " -> " + Type<B>::name() + ")"; } };
static std::string name()
type name.

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