Variable pretty_print_base_example_scheme
Defined in File t8_cmesh_example_sets.hxx
Variable Documentation
-
auto pretty_print_base_example_scheme =
[] (const testing::TestParamInfo<std::tuple<int, cmesh_example_base*>> &info) {std::string name;std::get<1> (info.param)->param_to_string (name);name += std::string ("_") + t8_scheme_to_string[std::get<0> (info.param)];return name;} lambda to pass to an INSTANTIATE_TEST_SUITE_P to print the current cmesh_example_base and the scheme.