Geant4-11
Friends
G4INCL::Random::SeedVector Class Reference

#include <G4INCLRandomSeedVector.hh>

Inheritance diagram for G4INCL::Random::SeedVector:

Friends

std::ostream & operator<< (std::ostream &out, SeedVector const &sv)
 

Detailed Description

Definition at line 55 of file G4INCLRandomSeedVector.hh.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  out,
SeedVector const &  sv 
)
friend

Definition at line 50 of file G4INCLRandomSeedVector.cc.

50 {
51 if(sv.size()<=0)
52 return out;
53 for(size_t i=0; i<sv.size()-1; ++i)
54 out << sv.at(i) << '\t';
55 out << sv.at(sv.size()-1);
56 return out;
57 }

The documentation for this class was generated from the following file: