openMSX
Public Attributes | List of all members
ObjectPool< T >::EmplaceResult Struct Reference

#include <ObjectPool.hh>

Public Attributes

Index idx
 
T * ptr
 

Detailed Description

template<typename T>
struct ObjectPool< T >::EmplaceResult

Definition at line 59 of file ObjectPool.hh.

Member Data Documentation

◆ idx

template<typename T >
Index ObjectPool< T >::EmplaceResult::idx

Definition at line 60 of file ObjectPool.hh.

◆ ptr

template<typename T >
T* ObjectPool< T >::EmplaceResult::ptr

Definition at line 61 of file ObjectPool.hh.


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