Take an arbitrary unsigned integer template argument. More...
#include <senf/Utils/mpl.hh>
Take an arbitrary unsigned integer template argument.
Used together with SFINAE: The expression take_uint<
expr >
is only valid if expr is valid and returns a value convertible to an unsigned integer.