This file contains the class definition for the Guid class (migrated from POOL).
More...
#include <iosfwd>
#include <string>
#include <array>
#include <stdexcept>
#include <type_traits>
#include <span>
#include <algorithm>
#include <format>
Go to the source code of this file.
|
| namespace | std |
| | STL namespace.
|
This file contains the class definition for the Guid class (migrated from POOL).
- Author
- Peter van Gemmeren gemme.nosp@m.ren@.nosp@m.anl.g.nosp@m.ov
Definition in file Guid.h.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const Guid::string & | guid ) |
|
inline |
Definition at line 131 of file Guid.h.
131 {
132 return os << static_cast<std::string_view>(guid);
133}