Memcmp Data Member Function

Internal use only. Compares the underlying memory to the underlying memory of the other <MemberView> object. Returns the value of std::memcmp when comparing two arrays of bytes.

Prototype

int32 Memcmp( MemberView p_oView, int32 p_nSpan )

Parameters

Parameter Type Parameter Name Documentation
<MemberView>p_oViewA pointer to a <MemberView> object that you wish to compare.
int32p_nSpanThe span in bytes that you with to compare.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Simdify Scripting Language code base.