bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
example::searchable_priority_queue< T, Container, Compare > Class Template Reference
Inheritance diagram for example::searchable_priority_queue< T, Container, Compare >:
Collaboration diagram for example::searchable_priority_queue< T, Container, Compare >:

Public Member Functions

bool contains (const T &val) const
 Returns true if the given value is contained internally it calls std::find.
 

Member Function Documentation

◆ contains()

template<typename T , typename Container , typename Compare >
bool example::searchable_priority_queue< T, Container, Compare >::contains ( const T &  val) const

Returns true if the given value is contained internally it calls std::find.


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