index
:
TypeAsValue
master
C++ compile time computation library using types as values and templates as functions
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
function
Age
Commit message (
Expand
)
Author
2015-02-24
Replaced `utility::defer_eval` with placeholder-less `Apply`
Adrian Kummerlaender
2015-02-19
Moved `Apply`'s placeholder into separate detail header
Adrian Kummerlaender
2015-02-19
Introduced `Branch` and `Else` pair aliases for usage in `Cond`
Adrian Kummerlaender
2015-02-16
Unified `Iota` and `MakeList` using nested structure generator
Adrian Kummerlaender
2015-02-16
Simplified `List`, `Length` and `Reverse` implementations
Adrian Kummerlaender
2015-02-15
Moved class-based implementations into `detail` namespace
Adrian Kummerlaender
2015-02-14
Introduced `Eval` function evaluation helper
Adrian Kummerlaender
2015-02-13
Renamed `Apply`'s template alias to `function`
Adrian Kummerlaender
2015-02-12
Implemented `Cond` conditional
Adrian Kummerlaender
2015-02-12
Revamped partial function application
Adrian Kummerlaender
2015-01-26
Redefined `Length` in terms of `Apply` and `Fold`
Adrian Kummerlaender
2015-01-26
Added pair and triple aliae for the variadic `Apply` type
Adrian Kummerlaender
2015-01-25
Implemented partial function application prototype
Adrian Kummerlaender