ATLAS Offline Software
Loading...
Searching...
No Matches
Identifier32.h File Reference
#include <vector>
#include <string>
#include <iostream>
Include dependency graph for Identifier32.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Identifier32

Functions

std::ostream & operator<< (std::ostream &out, const Identifier32 &c)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const Identifier32 & c )

Definition at line 28 of file Identifier32.cxx.

29 {
30 out<<std::string(c);
31 return out;
32}