ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Member Functions | List of all members
anna::diameter::stack::Avp::lessLabel Struct Reference

#include <Avp.hpp>

Public Member Functions

bool operator() (const std::string &d1, const std::string &d2) const
 

Member Function Documentation

◆ operator()()

bool anna::diameter::stack::Avp::lessLabel::operator() ( const std::string &  d1,
const std::string &  d2 
) const
inline
63  {
64  return (atoi(d1.c_str()) < atoi(d2.c_str()));
65  }

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