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>;
}
CppSpec::Matchers::optional
Definition
have_value.hpp:9
CppSpec
Matchers
optional
Generated by
1.13.2