ATLAS Offline Software
Loading...
Searching...
No Matches
ExpandedIdentifier.h File Reference
#include <string>
#include <algorithm>
#include <boost/container/small_vector.hpp>
#include <iosfwd>
#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 64 of file DetectorDescription/Identifier/src/ExpandedIdentifier.cxx.

64 {
65 out<<std::string(x);
66 return out;
67}
#define x