API
Catch::NameAndTags Struct Reference

#include <catch.hpp>

Collaboration diagram for Catch::NameAndTags:
Collaboration graph

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

Definition at line 982 of file catch.hpp.

◆ tags

StringRef Catch::NameAndTags::tags

Definition at line 983 of file catch.hpp.


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