queso-0.57.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
GETPOT_NAMESPACE::GetPot::ltstr Struct Reference

Public Member Functions

bool operator() (const char *s1, const char *s2) const
 

Detailed Description

helper functor for creating sets of C-style strings

Definition at line 524 of file getpot.h.

Member Function Documentation

bool GETPOT_NAMESPACE::GetPot::ltstr::operator() ( const char *  s1,
const char *  s2 
) const
inline

Definition at line 526 of file getpot.h.

526 { return strcmp(s1, s2) < 0; }

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

Generated on Tue Jun 5 2018 19:48:58 for queso-0.57.1 by  doxygen 1.8.5