An open API service indexing awesome lists of open source software.

https://github.com/usagi/libwrp-memory

C++ header-only memory utility library.
https://github.com/usagi/libwrp-memory

Last synced: about 1 month ago
JSON representation

C++ header-only memory utility library.

Awesome Lists containing this project

README

          

# libWRP-memory

C++ header-only memory utility library.

## support

- GCC-4.8
- Clang-3.2
- Emscripten-1.12

## feature

- `enable_shared_from_this_wrap`
- derivative version of the `std::enable_shared_from_this`.
- example: [example/enable\_shared\_from\_this\_wrap/](example/enable_shared_from_this_wrap/)
- to see: http://blog.wonderrabbitproject.net/2014/02/c-pointer-stdenablefromthis.html

## license

[GPLv3](http://www.gnu.org/licenses/gpl.html)

## author

(C)2014 Usagi Ito in [Wonder Rabbit Project](http://www.WonderRabbitProject.net/).