ATLAS Offline Software
Loading...
Searching...
No Matches
Identifier32.cxx File Reference
#include "Identifier/Identifier32.h"
#include <iostream>
#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 21 of file Identifier32.cxx.

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