SpECTRE  v2024.05.11
domain::FunctionsOfTime::FunctionOfTimeHelpers::ThreadsafeList< T >::iterator Class Reference

Public Types

using iterator_category = std::input_iterator_tag
 
using value_type = decltype(ThreadsafeList{}(double{}))
 
using reference = value_type
 
using pointer = std::optional< value_type >
 
using difference_type = std::ptrdiff_t
 

Public Member Functions

iteratoroperator++ ()
 
iterator operator++ (int)
 
reference operator* () const
 
pointer operator-> () const
 

Friends

class ThreadsafeList
 
bool operator== (const iterator &a, const iterator &b)
 
bool operator!= (const iterator &a, const iterator &b)
 

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