c++ Programming Glossary: secureallocator
How-to write a password-safe class? http://stackoverflow.com/questions/3785582/how-to-write-a-password-safe-class Yes first define a custom allocator template class T class SecureAllocator public std allocator T public template class U struct rebind.. allocator T public template class U struct rebind typedef SecureAllocator U other SecureAllocator throw SecureAllocator const SecureAllocator.. class U struct rebind typedef SecureAllocator U other SecureAllocator throw SecureAllocator const SecureAllocator throw template class..
|