MADNESS 0.10.1
Public Attributes | List of all members
madness::detail::thread_specific< Item >::Slot Struct Reference

Public Attributes

std::uint64_t gen
 
Itemitem
 

Detailed Description

template<typename Item>
struct madness::detail::thread_specific< Item >::Slot

Per-thread fast-path cache stored in the pthread key. gen stamps which clear() generation item is valid for.

Member Data Documentation

◆ gen

template<typename Item >
std::uint64_t madness::detail::thread_specific< Item >::Slot::gen

◆ item


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