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

when T is pointer we "copy" into a const T* More...

#include <type_tools.h>

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

Public Types

typedef const T * type
 
typedef const T * const_reference
 
typedef const T *constconst_pointer
 

Detailed Description

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

when T is pointer we "copy" into a const T*

Definition at line 59 of file type_tools.h.

Member Typedef Documentation

◆ const_pointer

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

Definition at line 62 of file type_tools.h.

◆ const_reference

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

Definition at line 61 of file type_tools.h.

◆ type

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

Definition at line 60 of file type_tools.h.


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