Click here to Skip to main content
15,891,253 members
Articles / Programming Languages / C++

ArrayView, StringView

Rate me:
Please Sign up or sign in to vote.
4.64/5 (13 votes)
1 Dec 2014MIT3 min read 28.6K   14  
Immutable, non-owning, efficient views over all or part of existing arrays and strings.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer
United States United States
Besides loving spending time with family, Francis Xavier likes to watch sci-fi/fantasy/action/drama movies, listen to music, and play video-games. After being exposed to a few video-games, he developed an interest in computer programming. He currently holds a Bachelor's degree in Computer Applications.

Comments and Discussions