SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
LogicOperator.h File Reference

Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block. More...

Enumerations

enum class  sfs3::entities::match::LogicOperator { AND , OR }
 The LogicOperator values concatenate two conditions of a matching expression using the AND or OR logical operator. More...

Functions

const char * sfs3::entities::match::idOf (LogicOperator op)
 Returns the id of the passed operator: the string "AND" or "OR".

Detailed Description

Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block.

Enumeration Type Documentation

◆ LogicOperator

The LogicOperator values concatenate two conditions of a matching expression using the AND or OR logical operator.

See also
MatchExpression
Enumerator
AND 

The AND logical operator.

OR 

The OR logical operator.