#include <Rodin/Utility/Wrap.h>
template<class ...>
Wrap class
Metafunction to wrap all types in a Tuple with an external template.
Wrap takes a Tuple type and an external template, and produces a new Tuple where each element type has been wrapped with the external template.