senf::mpl::take_int< _ > Struct Template Reference
[Template meta programming helpers]

Take an arbitrary integer template argument. More...

#include <senf/Utils/mpl.hh>


Detailed Description

template<long _>
struct senf::mpl::take_int< _ >

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.

Definition at line 148 of file mpl.hh.


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