Jpp 21.0.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JPHYSICS::PDF::help Struct Reference

Manipulator for help output. More...

#include <JPDFSupportkit.hh>

Classes

struct  helper
 Auxiliary data structure to stream configuration to help output. More...
 

Friends

helper operator<< (std::ostream &out, const help &help)
 Transfer output stream to helper.
 

Detailed Description

Manipulator for help output.

Definition at line 603 of file JPDFSupportkit.hh.

Friends And Related Symbol Documentation

◆ operator<<

helper operator<< ( std::ostream & out,
const help & help )
friend

Transfer output stream to helper.

Parameters
outoutput stream
helphelp
Returns
helper

Definition at line 651 of file JPDFSupportkit.hh.

652 {
653 return helper(out);
654 }

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