Replies: 1 comment
-
Arthur pointed me to an implementation in the Carbon repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Chandler Carruth gave a presentation at C++Now 2019 on
MapView
andMapRef
- map analogues ofstd::string_view
andabsl::Span
. I'm wondering if there might eventually be an implementation, within Abseil or otherwise. It seems like such a useful tool and is well within Abseil's wheelhouse.The only reference I can find is Arthur O'Dwyer's blog post about it.
Beta Was this translation helpful? Give feedback.
All reactions