MCPcopy Create free account
hub / github.com/aclements/libelfin / operator|

Function operator|

elf/data.hh:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240static inline constexpr shf operator|(shf a, shf b)
241{
242 return (shf)((std::uint64_t)a | (std::uint64_t)b);
243}
244
245static inline constexpr shf operator^(shf a, shf b)
246{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected