1 #ifndef STAN__COMMON__RECORDER__NO_OP_HPP
2 #define STAN__COMMON__RECORDER__NO_OP_HPP
void operator()(const std::string x)
Do nothing with a string.
void operator()()
Do nothing.
bool is_recording() const
Indicator function for whether the instance is recording.
void operator()(const std::vector< T > &x)
Do nothing with vector.