Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
#include <catch_amalgamated.hpp>
Public Member Functions | |
constexpr | Tag (StringRef original_) |
Public Attributes | |
StringRef | original |
Friends | |
bool | operator< (Tag const &lhs, Tag const &rhs) |
bool | operator== (Tag const &lhs, Tag const &rhs) |
A view of a tag string that provides case insensitive comparisons
Note that in Catch2 internals, the square brackets around tags are not a part of tag's representation, so e.g. "[cool-tag]" is represented as "cool-tag" internally.
|
inlineconstexpr |
StringRef Catch::Tag::original |