Turi Create  4.0
turi::toolkit_function_wrapper_impl::make_range< N > Struct Template Reference

#include <model_server/lib/toolkit_function_wrapper_impl.hpp>

Detailed Description

template<size_t N>
struct turi::toolkit_function_wrapper_impl::make_range< N >

A type function that maps int –> range<int>(0, N).

Given a number N, make_range<N>::type is a boost mpl range type representing a sequence from 0 to N exclusive.

Definition at line 276 of file toolkit_function_wrapper_impl.hpp.


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