ATLAS Offline Software
Public Types | List of all members
type_tools::Int2Type< v > Struct Template Reference

assign a type to an integer value More...

#include <type_tools.h>

Collaboration diagram for type_tools::Int2Type< v >:

Public Types

enum  { value = v }
 

Detailed Description

template<int v>
struct type_tools::Int2Type< v >

assign a type to an integer value

Definition at line 12 of file type_tools.h.

Member Enumeration Documentation

◆ anonymous enum

template<int v>
anonymous enum
Enumerator
value 

Definition at line 13 of file type_tools.h.

13 { value = v };

The documentation for this struct was generated from the following file:
python.PyAthena.v
v
Definition: PyAthena.py:157
type_tools::Int2Type::value
@ value
Definition: type_tools.h:13