ATLAS Offline Software
Loading...
Searching...
No Matches
ExpandedIdentifier.h File Reference
#include <string>
#include <algorithm>
#include <boost/container/small_vector.hpp>
#include <iostream>
#include "Identifier/ExpandedIdentifier.icc"
Include dependency graph for DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:

Go to the source code of this file.

Classes

class  ExpandedIdentifier

Functions

std::ostream & operator<< (std::ostream &out, const ExpandedIdentifier &x)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const ExpandedIdentifier & x )

Definition at line 69 of file DetectorDescription/Identifier/src/ExpandedIdentifier.cxx.

69 {
70 out<<std::string(x);
71 return out;
72}
#define x