forked from OSchip/llvm-project
parent
7333a848c8
commit
a01d4cfff2
|
@ -1111,7 +1111,7 @@ public:
|
|||
/// \code
|
||||
/// void low_pass_filter(std::vector<double> &values, double cutoff) {
|
||||
/// values.erase(std::remove_if(values.begin(), values.end(),
|
||||
// [=](double value) { return value > cutoff; });
|
||||
/// [=](double value) { return value > cutoff; });
|
||||
/// }
|
||||
/// \endcode
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue