Catos Engine (Source) 0.0.1
Lightweight Game engine
Loading...
Searching...
No Matches
catos::Pair< K, V > Struct Template Reference

Simple struct to hold 2 objects. More...

#include <pair.h>

Public Attributes

first
 
second
 

Detailed Description

template<typename K, typename V>
struct catos::Pair< K, V >

Simple struct to hold 2 objects.

Member Data Documentation

◆ first

template<typename K , typename V >
K catos::Pair< K, V >::first

◆ second

template<typename K , typename V >
V catos::Pair< K, V >::second

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