Logo ROOT  
Reference Guide
TComplex.cxx File Reference
#include "TComplex.h"
#include "Riostream.h"
#include <sstream>
Include dependency graph for TComplex.cxx:

Functions

std::ostream & operator<< (std::ostream &out, const TComplex &c)
 
std::istream & operator>> (std::istream &in, TComplex &c)
 

Function Documentation

◆ operator<<()

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

Definition at line 42 of file TComplex.cxx.

◆ operator>>()

std::istream & operator>> ( std::istream &  in,
TComplex c 
)

Definition at line 50 of file TComplex.cxx.