Searched defs:Front (Results 1 – 1 of 1) sorted by relevance
62 const T& Front() const { return Get(0); } in Front() function64 T& Front() { return Get(0); } in Front() function