Visitor used to print state parameters (variant). More...
#include <roboptim/core/solver-state.hxx>
Public Member Functions | |
| StateParameterPrintVisitor (std::ostream &o) | |
| template<typename T > | |
| void | operator() (const T &val) const |
Public Attributes | |
| std::ostream & | o_ |
Visitor used to print state parameters (variant).
| F | function type. |
| roboptim::detail::StateParameterPrintVisitor::StateParameterPrintVisitor | ( | std::ostream & | o | ) | [inline] |
| void roboptim::detail::StateParameterPrintVisitor::operator() | ( | const T & | val | ) | const [inline] |
References o_.
| std::ostream& roboptim::detail::StateParameterPrintVisitor::o_ |
Referenced by operator()().