dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx::selftest::named_test_body Concept Reference
module
dxx.selftest
Concept definition
template
<
typename
T>
concept
dxx::selftest::named_test_body
= (std::invocable<T> &&
get_test_name<T>
().has_value())
dxx::selftest::named_test_body
Definition
name_deduce.xx:188
dxx::selftest::get_test_name
consteval std::optional< std::string_view > get_test_name()
Get an optional string_view with the test name, or nullopt if not a test for some reason.
Definition
name_deduce.xx:179
dxx
selftest
named_test_body
Generated by
1.14.0