Lugdunum  0.1.0
Functions
Style.inl File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Style operator| (const Style &lhs, const Style &rhs)
 
Style & operator|= (Style &lhs, const Style &rhs)
 
Style operator & (const Style &lhs, const Style &rhs)
 
Style & operator &= (Style &lhs, const Style &rhs)
 
Style operator^ (const Style &lhs, const Style &rhs)
 
Style & operator^= (Style &lhs, const Style &rhs)
 

Function Documentation

◆ operator|()

Style operator| ( const Style &  lhs,
const Style &  rhs 
)
inline

Definition at line 1 of file Style.inl.

◆ operator|=()

Style& operator|= ( Style &  lhs,
const Style &  rhs 
)
inline

Definition at line 5 of file Style.inl.

◆ operator &()

Style operator& ( const Style &  lhs,
const Style &  rhs 
)
inline

Definition at line 9 of file Style.inl.

◆ operator &=()

Style& operator&= ( Style &  lhs,
const Style &  rhs 
)
inline

Definition at line 13 of file Style.inl.

◆ operator^()

Style operator^ ( const Style &  lhs,
const Style &  rhs 
)
inline

Definition at line 17 of file Style.inl.

◆ operator^=()

Style& operator^= ( Style &  lhs,
const Style &  rhs 
)
inline

Definition at line 21 of file Style.inl.