MCPcopy Create free account
hub / github.com/cwida/ALP / MemcmpFixed

Function MemcmpFixed

publication/source_code/include/duckdb/fast_mem.hpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11template <size_t SIZE>
12static inline int MemcmpFixed(const void* str1, const void* str2) {
13 return memcmp(str1, str2, SIZE);
14}
15
16namespace alp_bench {
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected