|
Asylo
|
#include <string>#include <vector>#include "asylo/util/cleansing_allocator.h"

Go to the source code of this file.
Namespaces | |
| asylo | |
Typedefs | |
| using | asylo::CleansingString = std::basic_string< char, std::char_traits< char >, CleansingAllocator< char > > |
| A string that zeros its memory on free. More... | |
| template<typename T > | |
| using | asylo::CleansingVector = std::vector< T, CleansingAllocator< T > > |
| A vector container that zeros its memory on free. More... | |