AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::Decomposer Struct Reference

Just a tag type for operator overloading purposes Intended use is on the lhs of operator<= e.g. Decomposer{} <= a < b + 1 Decomposes the expression "a < b + 1" into the subexpressions "a" and "b + 1". More...

#include <decomposer.hpp>

Detailed Description

Just a tag type for operator overloading purposes Intended use is on the lhs of operator<= e.g. Decomposer{} <= a < b + 1 Decomposes the expression "a < b + 1" into the subexpressions "a" and "b + 1".


The documentation for this struct was generated from the following file: