Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-05 | Defer `If` template resolution analogously to other functions | Adrian Kummerlaender | |
* all other functions sans `Cons` are resolved when the respective member `*::type` is instantiated * this was changed soely to increase coherence | |||
2015-01-17 | Implemented `Length` function | Adrian Kummerlaender | |
* as its name implies this function returns the length of a given _Cons_ structure * result type is `Size<Length>` which wraps `std::size_t` to match the `sizeof` operator | |||
2015-01-16 | Implemented `tav::If` as `std::conditional` wrapper | Adrian Kummerlaender | |