MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ operator|=()

constexpr TabletAxes & MayaFlux::Core::operator|= ( TabletAxes a,
TabletAxes  b 
)
constexprnoexcept

Definition at line 40 of file TabletFrame.hpp.

41{
42 a = a | b;
43 return a;
44}
size_t a
size_t b

References a, and b.