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