#include <iosfwd>
#include <string>
#include <utility>
#include "FWCore/Utilities/interface/StdPairHasher.h"
#include <tbb/concurrent_vector.h>
#include <tbb/concurrent_unordered_map.h>
Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const DDName & |
n |
|
) |
| |
Definition at line 11 of file DDName.cc.
References DDName::name(), and DDName::ns().
12 os << n.
ns() <<
':' << n.
name();
const std::string & ns() const
Returns the namespace.
const std::string & name() const
Returns the name.