Searched refs:emptyTrue (Results 1 – 1 of 1) sorted by relevance
173 EmptyIsTrue emptyTrue; in testEmpty() local174 assert(emptyTrue.empty()); in testEmpty()175 assert(static_cast<EmptyIsTrue const&>(emptyTrue).empty()); in testEmpty()176 assert(!emptyTrue.std::ranges::view_interface<EmptyIsTrue>::empty()); in testEmpty()178 assert(!emptyTrue); in testEmpty()179 assert(!static_cast<EmptyIsTrue const&>(emptyTrue)); in testEmpty()180 assert(!emptyTrue.std::ranges::view_interface<EmptyIsTrue>::operator bool()); in testEmpty()182 assert(std::ranges::empty(emptyTrue)); in testEmpty()183 assert(std::ranges::empty(static_cast<EmptyIsTrue const&>(emptyTrue))); in testEmpty()