FFmpegfs Fuse Multi Media Filesystem 2.16
Public Member Functions | List of all members
comp Struct Reference

The comp struct to make std::string find operations case insensitive. More...

#include <ffmpeg_utils.h>

Public Member Functions

bool operator() (const std::string &lhs, const std::string &rhs) const
 operator () to make std::string find operations case insensitive More...
 

Detailed Description

The comp struct to make std::string find operations case insensitive.

Definition at line 915 of file ffmpeg_utils.h.

Member Function Documentation

◆ operator()()

bool comp::operator() ( const std::string &  lhs,
const std::string &  rhs 
) const
inline

operator () to make std::string find operations case insensitive

Parameters
[in]lhs- left hand string
[in]rhs- right hand string
Returns
true if lhs < rhs; false if lhs >= rhs

Definition at line 923 of file ffmpeg_utils.h.

References nocasecompare().


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