service_discovery
Public Member Functions | List of all members
servicediscovery::List< T > Class Template Reference

#include <List.hpp>

Inheritance diagram for servicediscovery::List< T >:

Public Member Functions

std::list< T >::iterator find (const T &x)
 

Detailed Description

template<class T>
class servicediscovery::List< T >

an extension class to std::list which contains a special method for finding elements

Member Function Documentation

◆ find()

template<class T>
std::list<T>::iterator servicediscovery::List< T >::find ( const T &  x)
inline

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