NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
ff_common::sorter< T > Struct Template Reference

#include <utils.h>

Public Member Functions

 sorter (const std::vector< T > &v)
 
bool operator() (int a, int b)
 

Public Attributes

const std::vector< T > & values
 

Constructor & Destructor Documentation

◆ sorter()

template<class T >
ff_common::sorter< T >::sorter ( const std::vector< T > &  v)
inlineexplicit

Member Function Documentation

◆ operator()()

template<class T >
bool ff_common::sorter< T >::operator() ( int  a,
int  b 
)
inline

Member Data Documentation

◆ values

template<class T >
const std::vector<T>& ff_common::sorter< T >::values

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