|
rcpputils
master
C++ API providing common utilities and data structures.
|
Additional type traits support for smart pointers. More...
#include <memory>#include <type_traits>
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 | |
Additional type traits support for smart pointers.
1.8.17