Belle II Software development
Type< unsigned long int > Struct 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

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

Definition at line 156 of file PyObjConvUtils.h.

Member Function Documentation

◆ name()

static std::string name ( )
inlinestatic

type name.

Definition at line 156 of file PyObjConvUtils.h.

156{ static std::string name() { return "unsigned long int"; } };

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