spdlog
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Catch::NameAndTags Struct Reference

Detailed Description

Definition at line 915 of file catch.hpp.

Public Member Functions

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

Public Attributes

StringRef name
 
StringRef tags
 

Constructor & Destructor Documentation

◆ NameAndTags()

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

Member Data Documentation

◆ name

StringRef Catch::NameAndTags::name

Definition at line 917 of file catch.hpp.

◆ tags

StringRef Catch::NameAndTags::tags

Definition at line 918 of file catch.hpp.


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