Variable print_scheme
Defined in File t8_gtest_schemes.hxx
Variable Documentation
-
auto print_scheme =
[] (const testing::TestParamInfo<int> &info) { return std::string (t8_scheme_to_string[info.param]); } Lambda to print the scheme.
Defined in File t8_gtest_schemes.hxx
[] (const testing::TestParamInfo<int> &info) { return std::string (t8_scheme_to_string[info.param]); }Lambda to print the scheme.