ATLAS Offline Software
Loading...
Searching...
No Matches
Identifier32.cxx File Reference
#include "Identifier/Identifier32.h"
#include "GaudiKernel/MsgStream.h"
#include <format>
Include dependency graph for Identifier32.cxx:

Go to the source code of this file.

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}