Nano
A C++ template metaprogramming library
nano::detail::build_range< Current, Step, Iteration, Continue, Values > Struct Template Reference

Builds a range of nano::int_t types. More...

#include <containers.hpp>

Detailed Description

template<int Current, int Step, int Iteration, bool Continue, typename... Values>
struct nano::detail::build_range< Current, Step, Iteration, Continue, Values >

Builds a range of nano::int_t types.

Template Parameters
CurrentThe value to (maybe) add to the range
StepThe increment size between successive elements
IterationThe current iteration of the build
ContinueIf the range must continue to be built, or if we are passed the end
ValuesThe current values in the range

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