#include <MultipleChoiceSelection.h>
Definition at line 35 of file MultipleChoiceSelection.h.
bool util::details::CaseInsensitiveComparer::cmp_lower |
( |
unsigned char |
a, |
|
|
unsigned char |
b |
|
) |
| |
|
staticprivate |
bool util::details::CaseInsensitiveComparer::eq_lower |
( |
unsigned char |
a, |
|
|
unsigned char |
b |
|
) |
| |
|
staticprivate |
Returns whether strings a
and b
are equal.
Definition at line 546 of file MultipleChoiceSelection.h.
547 {
return std::equal(
a.begin(),
a.end(),
b.begin(),
b.end(),
eq_lower); }
static bool eq_lower(unsigned char a, unsigned char b)
Returns whether a
is lexicographically smaller than b
.
Definition at line 552 of file MultipleChoiceSelection.h.
554 return std::lexicographical_compare
static bool cmp_lower(unsigned char a, unsigned char b)
The documentation for this struct was generated from the following file: