DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Path.cpp File Reference
#include <sstream>
#include <iostream>
#include "okssystem/Path.hpp"
#include "okssystem/exceptions.hpp"
Include dependency graph for Path.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const OksSystem::Path &path)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const OksSystem::Path & path )

STL output operator

Parameters
streamdestination stream
paththe path to print

Definition at line 124 of file Path.cpp.

124 {
125 path.write_to(stream);
126 return stream;
127} // operator<<