NTrace
GPU ray tracing framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FW::HashEntry< K, V > Struct Template Reference

#include <Hash.hpp>

Public Attributes

key
 
value
 

Detailed Description

template<class K, class V>
struct FW::HashEntry< K, V >

Definition at line 102 of file Hash.hpp.

Member Data Documentation

template<class K, class V>
K FW::HashEntry< K, V >::key

Definition at line 104 of file Hash.hpp.

template<class K, class V>
V FW::HashEntry< K, V >::value

Definition at line 105 of file Hash.hpp.


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