DART  6.6.2
Memory-impl.hpp File Reference
#include <memory>
#include <Eigen/Core>
#include "dart/config.hpp"
#include <Eigen/StdVector>

Go to the source code of this file.

Namespaces

 dart
 
 dart::common
 

Functions

template<typename _Tp , typename... _Args>
std::shared_ptr< _Tp > dart::common::make_aligned_shared (_Args &&... __args)
 
template<typename T , typename... Args>
std::unique_ptr< T > dart::common::make_unique (Args &&... args)