Lines Matching full:they
33 still be able to compile f18. They are listed at the end of this document.
38 unless they introduce ambiguity.
74 they mean the same thing -- e.g., `clear()` and `size()` member functions
80 only public data members shouldn't use trailing underscores, since they
116 align vertically -- they are maintenance problems.
129 they all should, with the understanding that the cases are all unexceptional.
152 1. Use `{braced initializers}` in all circumstances where they work, including
153 default data member initialization. They inhibit implicit truncation.
185 when they can't be function results.
201 This is implicit when they are function results assigned to local variables
220 (implicit) inline member functions in classes unless they really solve a
225 and move constructors/assignment is present, don't declare them and they
239 But they can be the right choice to represent an optional
251 *with* ownership, and they are ubiquitously used for formal arguments
347 if they have a copy constructor.