Definition at line 31 of file TimeIncrement.h.
#include <TimeIncrement.h>
◆ TimeIncrement()
NumLib::TimeIncrement::TimeIncrement |
( |
double const | dt | ) |
|
|
inlineexplicitconstexpr |
◆ operator()()
double NumLib::TimeIncrement::operator() |
( |
| ) |
const |
|
inlineconstexpr |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
TimeIncrement const & | dt ) |
|
friend |
Definition at line 37 of file TimeIncrement.h.
39 {
40 auto const precision = os.precision();
41 return os << std::setprecision(
42 std::numeric_limits<double>::max_digits10)
43 << dt.value_ << std::setprecision(precision);
44 }
◆ value_
double NumLib::TimeIncrement::value_ |
|
private |
The documentation for this struct was generated from the following file: