Turi Create  4.0
turi::toolkit_function_wrapper_impl::make_range2< Start, End > Struct Template Reference

#include <model_server/lib/toolkit_function_wrapper_impl.hpp>

Detailed Description

template<size_t Start, size_t End>
struct turi::toolkit_function_wrapper_impl::make_range2< Start, End >

A type function that maps (int, int) –> range<int>(Start, End).

Given two numbers Start, End , make_range<Start, End>::type is a boost mpl range type representing a sequence from Start to End exclusive.

Definition at line 289 of file toolkit_function_wrapper_impl.hpp.


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