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>
Public Member Functions | |
Bound (const FormDouble &ff, const T &v) | |
Public Attributes | |
const FormDouble & | f |
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... | |
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.
|
related |
Output of a Bound value according to the corresponding FormDouble.