C++Spec 1.0.0
BDD testing for C++
Loading...
Searching...
No Matches
CppSpec::Matchers::optional Concept Reference

Concept definition

template<typename T>
concept CppSpec::Matchers::optional = requires(T t) {
{ t.has_value() } -> std::same_as<bool>;
}
Definition have_value.hpp:9