Nano
A C++ template metaprogramming library
|
Constructs a range of nano::int_t t types, which is essentially just a list of nano::int_t types. More...
#include <containers.hpp>
Public Types | |
using | result = typename detail::build_range< Start, Step,(End-Start)/Step, true, list<> >::result |
Constructs a range of nano::int_t t types, which is essentially just a list of nano::int_t types.
Start | The starting value of the range |
End | The end value of the range |
Step | The step size of range values |
using nano::range< Start, End, Step >::result = typename detail::build_range<Start , Step , (End - Start) / Step , true , list<> >::result |