Skip to content

replaced implementation of static Size template with generic constexpr function

Praetorius, Simon requested to merge feature/static_size into master

This follows some pattern found in dune/functions and in MTL. The new name is static_size(), but the old variable template Size_v still exists. Especially when just asking for the size of a template parameter, the variable template is more suitable.

Merge request reports