codex
Loading...
Searching...
No Matches
mutable_test.hpp
Go to the documentation of this file.
1#ifndef CODEX_LAMBDA_MUTABLE_TEST_H
2#define CODEX_LAMBDA_MUTABLE_TEST_H
3
4#include <QTest>
5
6class MutableTest : public QObject {
7 Q_OBJECT
8private slots:
11};
12
13#endif
Definition mutable_test.hpp:6
void copy_mutable_lambda()
Definition mutable_test.cpp:60
void copy_function_object()
Definition mutable_test.cpp:65