Horizon Official Technical Documentation
ThreadSafeQueue< T >::node Struct Reference

Public Attributes

std::shared_ptr< T > data
 
std::unique_ptr< nodenext
 

Member Data Documentation

◆ data

template<typename T >
std::shared_ptr<T> ThreadSafeQueue< T >::node::data

◆ next

template<typename T >
std::unique_ptr<node> ThreadSafeQueue< T >::node::next

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