C++Spec 1.0.0
BDD testing for C++
Loading...
Searching...
No Matches
CppSpec::LetBase Class Reference

Base class for lets to abstract away the template arguments. More...

#include <let.hpp>

Public Member Functions

 LetBase (const LetBase &copy)=default
void reset () noexcept
constexpr bool has_result () const noexcept

Protected Attributes

bool delivered {false}

Detailed Description

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.


The documentation for this class was generated from the following file: