RISA
Memory.h File Reference
#include <algorithm>
#include <cstddef>
#include <memory>
#include "../Memory.h"
Include dependency graph for Memory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  glados::def::copy_policy
 

Namespaces

 glados
 
 glados::def
 

Typedefs

template<class T >
using glados::def::ptr = glados::ptr< T, copy_policy, std::unique_ptr< T[]>>
 
template<class T , class is3D >
using glados::def::pitched_ptr = glados::pitched_ptr< T, copy_policy, is3D, std::unique_ptr< T[]>>