-
- Downloads
Simplify hybridIf and remove staticIf
staticIf is completely replaced by hybridIf. You just have to pass the condition as integral_constant<bool,*> instead of a template parameter.
Loading
Please register or sign in to comment
staticIf is completely replaced by hybridIf. You just have to pass the condition as integral_constant<bool,*> instead of a template parameter.