ATLAS Offline Software
Public Types | List of all members
TypeTools::Copy< T * > Struct Template Reference

Specialisation for containers storing pointers. More...

#include <TypeTools.h>

Collaboration diagram for TypeTools::Copy< T * >:

Public Types

typedef const T * type
 Type of the elements in the container. More...
 
typedef const T * const_reference
 Constant reference to an element in the container. More...
 
typedef const T *constconst_pointer
 Constant pointer to an element in the container. More...
 

Detailed Description

template<typename T>
struct TypeTools::Copy< T * >

Specialisation for containers storing pointers.

Definition at line 29 of file TypeTools.h.

Member Typedef Documentation

◆ const_pointer

template<typename T >
typedef const T* const* TypeTools::Copy< T * >::const_pointer

Constant pointer to an element in the container.

Definition at line 35 of file TypeTools.h.

◆ const_reference

template<typename T >
typedef const T* TypeTools::Copy< T * >::const_reference

Constant reference to an element in the container.

Definition at line 33 of file TypeTools.h.

◆ type

template<typename T >
typedef const T* TypeTools::Copy< T * >::type

Type of the elements in the container.

Definition at line 31 of file TypeTools.h.


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