mpqc::Log::Line Struct Reference

Public Member Functions

 Line (std::ostream &output)
 
 Line (Line &&r)
 
 Line (const Line &)=delete
 
 ~Line ()
 
template<class T >
Line operator<< (T &&v) &&
 
template<class ... Args>
Line operator() (const char *fmt, const Args &... args) &&
 

Constructor & Destructor Documentation

◆ Line() [1/3]

mpqc::Log::Line::Line ( std::ostream &  output)
inline

◆ Line() [2/3]

mpqc::Log::Line::Line ( Line &&  r)
inline

◆ Line() [3/3]

mpqc::Log::Line::Line ( const Line )
delete

◆ ~Line()

mpqc::Log::Line::~Line ( )
inline

Member Function Documentation

◆ operator()()

template<class ... Args>
Line mpqc::Log::Line::operator() ( const char *  fmt,
const Args &...  args 
) &&
inline

◆ operator<<()

template<class T >
Line mpqc::Log::Line::operator<< ( T &&  v) &&
inline

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