Searched defs:CheckAutoDestructor (Results 1 – 1 of 1) sorted by relevance
384 struct CheckAutoDestructor { struct385 bool bool_;386 CheckAutoDestructor():bool_(true) {} in CheckAutoDestructor() function387 operator bool() const { return bool_; } in operator bool()