Definition at line 32 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 38 of file TimeIncrement.h.
40 {
41 auto const precision = os.precision();
42 return os << std::setprecision(
43 std::numeric_limits<double>::max_digits10)
44 << dt.value_ << std::setprecision(precision);
45 }
◆ value_
double NumLib::TimeIncrement::value_ |
|
private |
The documentation for this struct was generated from the following file: