Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
case.cc File Reference
#include "ortools/base/case.h"
#include <functional>
#include <ostream>
#include <string>
#include "absl/hash/hash.h"
#include "absl/strings/ascii.h"
#include "absl/strings/match.h"
#include "absl/strings/string_view.h"

Go to the source code of this file.

Namespaces

namespace  strings
 #include "ortools/base/logging.h"
 

Functions

std::ostream & strings::operator<< (std::ostream &os, const AsciiCapitalizationType &type)
 Prints the name of an enum value.
 
AsciiCapitalizationType strings::GetAsciiCapitalization (const absl::string_view input)
 
int strings::AsciiCaseInsensitiveCompare (absl::string_view s1, absl::string_view s2)
 
void strings::MakeAsciiTitlecase (std::string *s, absl::string_view delimiters)
 
std::string strings::MakeAsciiTitlecase (absl::string_view s, absl::string_view delimiters)
 As above but with string_view as input.