mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
TODO: more additions
This commit is contained in:
parent
a892d70a94
commit
195e694e34
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
Explain the use of shared_ptr with non-polymorphic base classes
|
||||
Explain how to define a const_reverse_iterator (define Type const &reference)
|
||||
also: operator-- can be private by defining
|
||||
std::reverse_iterator<iterator<Type>> a friend of iterator<Type>
|
||||
|
||||
Explain how to declare a function template for the current template type as
|
||||
friend:
|
||||
template <typename Type>
|
||||
|
|
Loading…
Reference in a new issue