neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
plf::hive_eq_to< element_type > Struct Template Reference

#include <plf_hive.h>

Public Member Functions

 hive_eq_to (const element_type store_value)
 
bool operator() (const element_type compare_value) const noexcept
 

Public Attributes

const element_type value
 

Detailed Description

template<class element_type>
struct plf::hive_eq_to< element_type >

Definition at line 4751 of file plf_hive.h.

Constructor & Destructor Documentation

◆ hive_eq_to()

template<class element_type >
plf::hive_eq_to< element_type >::hive_eq_to ( const element_type  store_value)
inlineexplicit

Definition at line 4755 of file plf_hive.h.

Member Function Documentation

◆ operator()()

template<class element_type >
bool plf::hive_eq_to< element_type >::operator() ( const element_type  compare_value) const
inlinenoexcept

Definition at line 4759 of file plf_hive.h.

Member Data Documentation

◆ value

template<class element_type >
const element_type plf::hive_eq_to< element_type >::value

Definition at line 4753 of file plf_hive.h.


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