1
0
forked from boostorg/move

Add natN utility

This commit is contained in:
Ion Gaztañaga
2022-03-10 12:53:12 +01:00
parent 208df9f3c3
commit 09a6c8a66e

View File

@ -71,6 +71,10 @@ struct nat{};
struct nat2{};
struct nat3{};
template <unsigned N>
struct natN
{};
//////////////////////////////////////
// yes_type/no_type
//////////////////////////////////////