neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
plf::hive_limits Struct Reference

#include <plf_hive.h>

Public Member Functions

constexpr hive_limits (const size_t minimum, const size_t maximum) noexcept
 

Public Attributes

size_t min
 
size_t max
 

Detailed Description

Definition at line 119 of file plf_hive.h.

Constructor & Destructor Documentation

◆ hive_limits()

constexpr plf::hive_limits::hive_limits ( const size_t  minimum,
const size_t  maximum 
)
inlineconstexprnoexcept

Definition at line 122 of file plf_hive.h.

Member Data Documentation

◆ max

size_t plf::hive_limits::max

Definition at line 121 of file plf_hive.h.

◆ min

size_t plf::hive_limits::min

Definition at line 121 of file plf_hive.h.


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