template<typename T>
isByteCopyableImpl struct
Public types
-
template<typename U>using byteCopyTrait_t = typename U::isByteCopyable
-
using has_byteCopyTraitTrue = detection::
is_detected_convertible<std::true_type, byteCopyTrait_ t, T>