SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator<<() [1/6]

std::ostream & Spices::operator<< ( std::ostream & os,
const Event & e )
inline

Serialize Event Type.

Definition at line 211 of file Event.h.

212 {
213 return os << e.ToString();
214 }