PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
Loading...
Searching...
No Matches
podio::version Namespace Reference

Classes

struct  Version
 

Functions

std::ostream & operator<< (std::ostream &os, const Version &v)
 

Function Documentation

◆ operator<<()

std::ostream & podio::version::operator<< ( std::ostream &  os,
const Version v 
)
inline

Definition at line 74 of file podioVersion.in.h.

74 {
75 return os << v.major << "." << v.minor << "." << v.patch;
76}