maliput_osm
IdGen< T > Class Template Reference

Detailed Description

template<typename T = std::string>
class utilities::IdGen< T >

Functor for generating unique numerical ids.

Template Parameters
Tthe type of the id to generate. Its constructor should expect a std::string object.

#include <src/utilities/id_gen.h>

Public Member Functions

 IdGen ()=default
 
operator() ()
 

Constructor & Destructor Documentation

◆ IdGen()

IdGen ( )
default

Member Function Documentation

◆ operator()()

T operator() ( )
Returns
a unique numerical id.

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