Searched defs:NRCheck (Results 1 – 1 of 1) sorted by relevance
377 struct NRCheck { struct378 bool bool_;379 NRCheck():bool_(true) {} in NRCheck() argument381 operator bool() const { return bool_; } in operator bool()