libqasm
library for handling cQASM files
|
Namespace for various utility functions.
Functions | |
std::string | lowercase (const std::string &name) |
Makes a string lowercase. More... | |
bool | case_insensitive_equals (const std::string &lhs, const std::string &rhs) |
Case-insensitive string compare. More... | |
std::string cqasm::utils::lowercase | ( | const std::string & | name | ) |
Makes a string lowercase.
Definition at line 15 of file cqasm-utils.cpp.
bool cqasm::utils::case_insensitive_equals | ( | const std::string & | lhs, |
const std::string & | rhs | ||
) |
Case-insensitive string compare.
Definition at line 26 of file cqasm-utils.cpp.