cmoon::remove_all_pointers


Defined in module <cmoon.type_traits>


template<class T>
struct remove_all_pointers;


(1)

Removes all pointers from type T.

Helper variable template




template<class T>
using remove_all_pointers_t = typename remove_all_pointers<T>::type;