BloombergLP::bslmf::IsBitwiseMoveable_Imp<allocator<unsigned long>>::k_ValueWithoutOnebyteHeuristic

Synopsis

Declared in <bslmf_isbitwisemoveable.h>

static
bool const k_ValueWithoutOnebyteHeuristic = bsl::is_trivially_copyable<t_TYPE>::value ||
                        std::is_empty<t_TYPE>::value  // required for gcc < 5.0
                        || k_NestedBitwiseMoveableTrait;