libMesh
Public Member Functions | List of all members
GETPOT_NAMESPACE::GetPot::ltstr Struct Reference

helper functor for creating sets of C-style strings More...

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 547 of file getpot.h.

Member Function Documentation

◆ operator()()

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

Definition at line 549 of file getpot.h.

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

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