|
C++Spec 1.0.0
BDD testing for C++
|
#include <functional>#include <optional>

Go to the source code of this file.
Classes | |
| class | CppSpec::LetBase |
| Base class for lets to abstract away the template arguments. More... | |
| class | CppSpec::Let< T > |
| A container that memoizes the result of a block in `it's. More... | |