ATLAS Offline Software
Loading...
Searching...
No Matches
RepeatedCondition.cxx File Reference
#include "./RepeatedCondition.h"
#include <memory>
#include <string>
Include dependency graph for RepeatedCondition.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const RepeatedCondition &c)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const RepeatedCondition & c )

Definition at line 77 of file RepeatedCondition.cxx.

78 {
79
80 out << c.toString();
81 return out;
82}