Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Pointer that overloads operator -> More...
Pointer that overloads operator ->
T | class or type |
member_ptr is used frequently in the library to avoid the issues related to std::auto_ptr in C++11 (deprecated) and std::unique_ptr in C++03 (non-existent).
Definition at line 37 of file smartptr.h.