Skip to content

Commit

Permalink
Minor doc tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed May 23, 2024
1 parent 7d4d4f8 commit a8827f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/ref_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@ or not the nested template ``impl`` is present and will auto-select the API acco
Tips & tricks
-------------

It should be noted that reference interfaces are useful beyond just enabling dot-style
access to the member functions. For instance, they also allow to define nested types and inline friend functions and operators
Reference interfaces are useful beyond just enabling dot-style
access to the member functions. For instance, they also allow to define nested types/typedefs/aliases
and inline friend functions and operators
that will be accessible via `ADL <https://en.cppreference.com/w/cpp/language/adl>`__.

On the other hand, it is also possible to design an API around the :cpp:class:`wrap` class which does not
Expand Down

0 comments on commit a8827f1

Please sign in to comment.