diff --git a/iterator_adaptors.htm b/iterator_adaptors.htm index d35b19b..c1c4e4a 100644 --- a/iterator_adaptors.htm +++ b/iterator_adaptors.htm @@ -530,6 +530,15 @@ struct default_iterator_policies Return a reference to the base object. This is to give the policies object access to the base object. See above for policies iterator_adaptor interaction.[8] + + + const Policies& policies() const; +

+ Return a const reference to the policies object. + + Policies& policies(); +

+ Return a reference to the policies object.

Example