Searched refs:is_array_ (Results 1 – 1 of 1) sorted by relevance
61 bool is_array_; member62 MatchingNewIsOK() : p{new int}, is_array_(false) {} in MatchingNewIsOK()63 explicit MatchingNewIsOK(unsigned c) : p{new int[c]}, is_array_(true) {} in MatchingNewIsOK()65 if (is_array_) in ~MatchingNewIsOK()