Catch::NameAndTags Struct Reference

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

◆ tags

StringRef Catch::NameAndTags::tags

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