MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / operator|

Function operator|

3rdparty/cppzmq/zmq.hpp:1039–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037};
1038
1039constexpr send_flags operator|(send_flags a, send_flags b) noexcept
1040{
1041 return detail::enum_bit_or(a, b);
1042}
1043constexpr send_flags operator&(send_flags a, send_flags b) noexcept
1044{
1045 return detail::enum_bit_and(a, b);

Callers

nothing calls this directly

Calls 1

enum_bit_orFunction · 0.85

Tested by

no test coverage detected