Variable print_all_schemes
Defined in File t8_gtest_schemes.hxx
Variable Documentation
-
auto print_all_schemes =
[] (const testing::TestParamInfo<std::tuple<int, t8_eclass_t>> &info) {return std::string (t8_scheme_to_string[std::get<0> (info.param)]) + "_"+ t8_eclass_to_string[std::get<1> (info.param)];} Lambda to print the scheme and the eclass of an TestParamInfo object.