rcpputils  master
C++ API providing common utilities and data structures.
Classes | Namespaces
pointer_traits.hpp File Reference

Additional type traits support for smart pointers. More...

#include <memory>
#include <type_traits>
Include dependency graph for pointer_traits.hpp:

Go to the source code of this file.

Classes

struct  rcpputils::is_pointer< T >
 Type traits for validating if T is of type pointer or smart pointer. More...
 
struct  rcpputils::remove_pointer< T >
 Type traits for deducing the data type of T from a pointer or smart pointer. More...
 

Namespaces

 rcpputils
 

Detailed Description

Additional type traits support for smart pointers.