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

an algorithm to define a suitable "copy type": by default use copy-by-value More...

#include <type_tools.h>

Collaboration diagram for type_tools::Copy< T >:

Public Types

typedef T type
 
typedef const T & const_reference
 
typedef const T * const_pointer
 

Detailed Description

template<typename T>
class type_tools::Copy< T >

an algorithm to define a suitable "copy type": by default use copy-by-value

Author
Paolo Calafiura

Definition at line 51 of file type_tools.h.

Member Typedef Documentation

◆ const_pointer

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

Definition at line 54 of file type_tools.h.

◆ const_reference

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

Definition at line 53 of file type_tools.h.

◆ type

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

Definition at line 52 of file type_tools.h.


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