Searched refs:set_flag (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1739 struct set_flag { struct
1741 set_flag(bool &flag) : flag(flag) { flag = true; } function in struct:set_flag
1742 ~set_flag() { flag = false; }
1748 set_flag flag_helper(currently_used);

Completed in 12 milliseconds