Does nothing.
More...
#include <no_op.hpp>
Does nothing.
Definition at line 15 of file no_op.hpp.
| bool stan::common::recorder::no_op::is_recording |
( |
| ) |
const |
|
inline |
Indicator function for whether the instance is recording.
Definition at line 42 of file no_op.hpp.
template<class T >
| void stan::common::recorder::no_op::operator() |
( |
const std::vector< T > & |
x | ) |
|
|
inline |
Do nothing with vector.
- Template Parameters
-
- Parameters
-
Definition at line 24 of file no_op.hpp.
| void stan::common::recorder::no_op::operator() |
( |
const std::string |
x | ) |
|
|
inline |
Do nothing with a string.
- Parameters
-
| x | string to print with prefix in front |
Definition at line 31 of file no_op.hpp.
| void stan::common::recorder::no_op::operator() |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: