aboutsummaryrefslogtreecommitdiff
path: root/src/conditional/cond.h
AgeCommit message (Expand)Author
2015-02-26Enabled `Concatenate` to concatenate a variadic pack of listsAdrian Kummerlaender
2015-02-25Added `Cond` branch condition assertionAdrian Kummerlaender
2015-02-19Introduced `Branch` and `Else` pair aliases for usage in `Cond`Adrian Kummerlaender
2015-02-19Added missing `Cond` dependency headersAdrian Kummerlaender
2015-02-19Reimplemented `Find` in terms of `ListIndex`Adrian Kummerlaender
2015-02-15Simplified `Cond`, `Cons` and `Map` implementationsAdrian Kummerlaender
2015-02-15Moved class-based implementations into `detail` namespaceAdrian Kummerlaender
2015-02-14Introduced `Eval` function evaluation helperAdrian Kummerlaender
2015-02-12Implemented `Cond` conditionalAdrian Kummerlaender