Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::NameAndTags Struct Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::NameAndTags:

Public Member Functions

 NameAndTags (StringRef const &name_=StringRef(), StringRef const &tags_=StringRef()) noexcept
 

Public Attributes

StringRef name
 
StringRef tags
 

Detailed Description

Definition at line 980 of file catch.hpp.

Constructor & Destructor Documentation

◆ NameAndTags()

Catch::NameAndTags::NameAndTags ( StringRef const & name_ = StringRef(),
StringRef const & tags_ = StringRef() )
noexcept

Member Data Documentation

◆ name

StringRef Catch::NameAndTags::name

◆ tags

StringRef Catch::NameAndTags::tags

Definition at line 983 of file catch.hpp.


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