11 #include <type_traits>      18 template <
class T, 
class Enable = 
void>
    21     static constexpr 
bool value = 
false;
    26     static constexpr 
bool value = 
true;
 
constexpr bool is_defined_v
 
Checks if type is defined (fails for forward declarations). 
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
static constexpr bool value