libzeep

PrevUpHomeNext

Function iequals

zeep::iequals — our own implementation of iequals: compares a with b case-insensitive

Synopsis

// In header: <zeep/unicode-support.hpp>


bool iequals(const std::string & a, const std::string & b);

Description

This is a limited use function, only reliably works with ASCII. But that's OK.


PrevUpHomeNext