tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
memcmp.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

auto memcmp (void const *lhs, void const *rhs, etl::size_t count) noexcept -> int
 Reinterprets the objects pointed to by lhs and rhs as arrays of unsigned char and compares the first count bytes of these arrays. The comparison is done lexicographically.