Lines Matching defs:Examples
8 Examples subtitle
16 .. _`Example 1`:
18 1. Null pointers cannot be stored in the containers
31 2. Iterators and other operations return indirected values
48 3. Copy-semantics of pointer containers
64 4. Making a non-copyable type Cloneable
85 5. Objects are cloned before insertion, inserted pointers are owned by the container
103 6. Transferring ownership of a single element
122 7. Transferring ownership of pointers between different pointer containers
142 8. Selected test files
160 9. A large example