xoreos  0.0.5
Public Attributes | List of all members
Common::BinSearchValue< TK, TV > Struct Template Reference

Struct template for a generic searchable key/value pair. More...

#include <binsearch.h>

Public Attributes

TK key
 
TV value
 

Detailed Description

template<typename TK, typename TV>
struct Common::BinSearchValue< TK, TV >

Struct template for a generic searchable key/value pair.

Definition at line 34 of file binsearch.h.

Member Data Documentation

◆ key

template<typename TK, typename TV>
TK Common::BinSearchValue< TK, TV >::key

Definition at line 35 of file binsearch.h.

◆ value

template<typename TK, typename TV>
TV Common::BinSearchValue< TK, TV >::value

Definition at line 36 of file binsearch.h.

Referenced by Aurora::findGDAHeader().


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