Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
flecs::map_entry< K, V > Struct Template Reference

Public Attributes

first
 
second
 

Detailed Description

template<typename K, typename V>
struct flecs::map_entry< K, V >

Definition at line 26 of file map.hpp.

Member Data Documentation

◆ first

template<typename K , typename V >
K flecs::map_entry< K, V >::first

Definition at line 27 of file map.hpp.

◆ second

template<typename K , typename V >
V flecs::map_entry< K, V >::second

Definition at line 28 of file map.hpp.


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