template<typename T>
checkpoint::detail::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>