senf::mpl::take_uint< _ > Struct Template Reference

Take an arbitrary unsigned integer template argument. More...

#include <senf/Utils/mpl.hh>

Detailed Description

template<unsigned long _>
struct senf::mpl::take_uint< _ >

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.

Definition at line 129 of file mpl.hh.


The documentation for this struct was generated from the following file: