Horizon
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
Catch::Tag Struct Reference

A view of a tag string that provides case insensitive comparisons. More...

#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)
 

Detailed Description

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.


The documentation for this struct was generated from the following file: