Belle II Software development
Type< std::set< T > > Struct Template Reference

Convert a templeate arugment 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< std::set< T > >

Convert a templeate arugment into a string for corresponding Python type.

Definition at line 149 of file PyObjConvUtils.h.

Member Function Documentation

◆ name()

static std::string name ( )
inlinestatic

type name

Definition at line 149 of file PyObjConvUtils.h.

149{ static std::string name() { return std::string("set(") + Type<T>::name() + ")"; }};
static std::string name()
type name.

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