Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/type_traits.h>
#include <Eigen/Core>
#include <memory>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Defines functions, macros and traits for allocating and using memory.
Definition in file memory.h.
Namespaces | |
pcl | |
Macros | |
#define | PCL_MAKE_ALIGNED_OPERATOR_NEW |
Macro to signal a class requires a custom allocator. More... | |
Functions | |
template<typename T , typename ... Args> | |
shared_ptr< T > | pcl::make_shared (Args &&... args) |
Returns a pcl::shared_ptr compliant with type T's allocation policy. More... | |