Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
doctest::SubcaseSignature Struct Reference

#include <doctest.h>

Public Member Functions

bool operator== (const SubcaseSignature &other) const
 
bool operator< (const SubcaseSignature &other) const
 

Data Fields

String m_name
 
const char * m_file
 
int m_line
 

Detailed Description

Definition at line 873 of file doctest.h.

Member Function Documentation

◆ operator<()

bool doctest::SubcaseSignature::operator< ( const SubcaseSignature & other) const

◆ operator==()

bool doctest::SubcaseSignature::operator== ( const SubcaseSignature & other) const

Field Documentation

◆ m_file

const char* doctest::SubcaseSignature::m_file

Definition at line 876 of file doctest.h.

◆ m_line

int doctest::SubcaseSignature::m_line

Definition at line 877 of file doctest.h.

◆ m_name

String doctest::SubcaseSignature::m_name

Definition at line 875 of file doctest.h.


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