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.
- Host: GitHub
- URL: https://github.com/usagi/libwrp-memory
- Owner: usagi
- Created: 2014-04-07T09:53:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T09:50:19.000Z (about 12 years ago)
- Last Synced: 2025-01-13T11:11:23.274Z (over 1 year ago)
- Language: C++
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).