WPILibC++
2018.4.1-20180924024742-1199-gb1965f7
|
isPodLike - This is a type trait that is used to determine whether a given type can be copied around with memcpy instead of running ctors etc. More...
#include <type_traits.h>
Static Public Attributes | |
static const bool | value = !std::is_class<T>::value |
isPodLike - This is a type trait that is used to determine whether a given type can be copied around with memcpy instead of running ctors etc.