Lines Matching defs:is_empty
37 bool is_empty(List<T> const &list);
91 friend bool is_empty<>(List const &);
146 friend bool is_empty<>(List const &);
188 friend bool is_empty<>(List const &);
246 * @see is_empty<>
272 * @see is_empty<>
297 inline bool is_empty(List<T> const &list) { return !list._cell; }
315 * @see is_empty<>
336 * @see is_empty<>
362 * @see is_empty<>
383 * @see is_empty<>