Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
libnest2d::index_sequence< Ints > Struct Template Reference

C++11 compatible implementation of the index_sequence type from C++14. More...

#include <src/libnest2d/include/libnest2d/utils/metaloop.hpp>

Public Types

using value_type = size_t
 

Public Member Functions

BP2D_CONSTEXPR value_type size () const
 

Detailed Description

template<size_t... Ints>
struct libnest2d::index_sequence< Ints >

C++11 compatible implementation of the index_sequence type from C++14.

Member Typedef Documentation

◆ value_type

template<size_t... Ints>
using libnest2d::index_sequence< Ints >::value_type = size_t

Member Function Documentation

◆ size()

template<size_t... Ints>
BP2D_CONSTEXPR value_type libnest2d::index_sequence< Ints >::size ( ) const
inline
19{ return sizeof...(Ints); }

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