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

Registered Pointers - High-Performance C++ Smart Pointers That Can Target The Stack

Rate me:
Please Sign up or sign in to vote.
4.67/5 (6 votes)
20 Mar 2016MIT6 min read 21.6K   149   12  
An introduction to new smart pointers meant to be safe replacements for raw pointers and (raw) references.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions