Searched defs:kw_func (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_kwargs_and_defaults.cpp15 auto kw_func = [](int x, int y) { return "x=" + std::to_string(x) + ", y=" + std::to_string(y); }; local

Completed in 4 milliseconds