Searched defs:NRCheck (Results 1 – 1 of 1) sorted by relevance
373 struct NRCheck { struct374 bool bool_;375 NRCheck():bool_(true) {} in NRCheck() function377 operator bool() const { return bool_; } in operator bool()