Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
libnest2d::opt::limits< T, B > Struct Template Reference

A Type trait for upper and lower limit of a numeric type. More...

#include <src/libnest2d/include/libnest2d/optimizer.hpp>

Static Public Member Functions

static T min ()
 
static T max ()
 

Detailed Description

template<class T, class B = void>
struct libnest2d::opt::limits< T, B >

A Type trait for upper and lower limit of a numeric type.

Member Function Documentation

◆ max()

template<class T , class B = void>
static T libnest2d::opt::limits< T, B >::max ( )
inlinestatic
20{ return std::numeric_limits<T>::max(); }

◆ min()

template<class T , class B = void>
static T libnest2d::opt::limits< T, B >::min ( )
inlinestatic
19{ return std::numeric_limits<T>::min(); }

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