C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
formdouble::Bound< T > Class Template Reference

Essentially a compound of a FormDouble and a value of some double-based type (e.g. double, dcomp, std::vector<double>, etc.) More...

#include <FormDouble.h>

+ Collaboration diagram for formdouble::Bound< T >:

Public Member Functions

 Bound (const FormDouble &ff, const T &v)
 

Public Attributes

const FormDoublef
 
const T & val
 

Related Functions

(Note that these are not member functions.)

template<typename T >
std::ostream & operator<< (std::ostream &, const Bound< T > &)
 Output of a Bound value according to the corresponding FormDouble. More...
 

Detailed Description

template<typename T>
class formdouble::Bound< T >

Essentially a compound of a FormDouble and a value of some double-based type (e.g. double, dcomp, std::vector<double>, etc.)

formdouble::Bound should be able to deal with everything consisting only of doubles (eg dcomp).

Definition at line 82 of file FormDouble.h.

Friends And Related Function Documentation

template<typename T >
std::ostream & operator<< ( std::ostream &  ,
const Bound< T > &   
)
related

Output of a Bound value according to the corresponding FormDouble.


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