C++Spec
1.0.0
BDD testing for C++
Loading...
Searching...
No Matches
CppSpec::Matchers::expected Concept Reference
Concept definition
template
<
typename
T>
concept
CppSpec::Matchers::expected
=
requires
(T t) {
{ t.error() } -> std::same_as<typename T::error_type&>;
}
CppSpec::Matchers::expected
Definition
have_error.hpp:9
CppSpec
Matchers
expected
Generated by
1.13.2