Point Cloud Library (PCL)  1.11.1-dev
pcl::has_custom_allocator< T > Struct Template Reference

Tests at compile time if type T has a custom allocator. More...

#include <pcl/type_traits.h>

Detailed Description

template<typename T>
struct pcl::has_custom_allocator< T >

Tests at compile time if type T has a custom allocator.

See also
pcl::make_shared, PCL_MAKE_ALIGNED_OPERATOR_NEW
Template Parameters
TType of the object to test

Definition at line 257 of file type_traits.h.


The documentation for this struct was generated from the following file: