ATLAS Offline Software
Classes | Typedefs
type_tools Namespace Reference

Classes

class  Copy
 an algorithm to define a suitable "copy type": by default use copy-by-value More...
 
struct  Copy< T * >
 when T is pointer we "copy" into a const T* More...
 
struct  Int2Type
 assign a type to an integer value More...
 
class  Parameter
 an algorithm to provide an efficient way to pass a parameter: by value for scalars (arithmetic types and pointers), by reference for compound objects.Derived from Loki library More...
 

Typedefs

typedef Int2Type< 1 > true_tag
 
typedef Int2Type< 0 > false_tag
 

Typedef Documentation

◆ false_tag

Definition at line 17 of file type_tools.h.

◆ true_tag

Definition at line 16 of file type_tools.h.