C++Spec 1.0.0
BDD testing for C++
|
Base class for lets to abstract away the template arguments. More...
#include <let.hpp>
Public Member Functions | |
LetBase (const LetBase ©)=default | |
void | reset () noexcept |
constexpr bool | has_result () const noexcept |
Protected Attributes | |
bool | delivered {false} |
Base class for lets to abstract away the template arguments.
Expectation needs to know whether the calculated value of a Let has been delivered or not, but doesn't need to know the value itself or its type.