forked from boostorg/move
Add natN utility
This commit is contained in:
@ -71,6 +71,10 @@ struct nat{};
|
|||||||
struct nat2{};
|
struct nat2{};
|
||||||
struct nat3{};
|
struct nat3{};
|
||||||
|
|
||||||
|
template <unsigned N>
|
||||||
|
struct natN
|
||||||
|
{};
|
||||||
|
|
||||||
//////////////////////////////////////
|
//////////////////////////////////////
|
||||||
// yes_type/no_type
|
// yes_type/no_type
|
||||||
//////////////////////////////////////
|
//////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user