Loading...
Searching...
No Matches
or.hpp File Reference
#include "indep/macro/to.hpp"

Go to the source code of this file.

Classes

struct  by::__orStack__
 

Macros

#define __OR_DO__(_expr_)
 OR macro.
 
#define OR_DO   __OR_DO__(nul(__p))
 
#define __OR__(expr)   __OR_DO__(expr) return BY_WHEN
 
#define OR   __OR__(nul(__p))
 
#define OR_RET_CTOR   __OR_DO__(nul(__p)) return
 
#define OR_CONTINUE   OR_DO continue
 

Detailed Description

OR macro implementation for error handling and fallback operations