ATLAS Offline Software
Functions
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 }
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
python.compressB64.c
def c
Definition: compressB64.py:93