ATLAS Offline Software
Loading...
Searching...
No Matches
Identifier32.h File Reference
#include <vector>
#include <string>
#include <iosfwd>
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 21 of file Identifier32.cxx.

21 {
22 out<<std::string(c);
23 return out;
24}