This class check if the type T has pointers inside. More...
This class check if the type T has pointers inside.
It basically check if exist a function bool T::noPointers(), if not return UNKOWN if exist it return the noPointers return status
T | type to check |
Definition at line 53 of file check_no_pointers.hpp.
#include <check_no_pointers.hpp>
Static Public Member Functions | |
static size_t | value () |
|
inlinestatic |
Definition at line 55 of file check_no_pointers.hpp.