Turi Create
4.0
|
#include <model_server/lib/toolkit_function_wrapper_impl.hpp>
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.