Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
foo Struct Reference

Public Member Functions

 foo ()
 
void print () const
 
 operator bool () const
 

Detailed Description

Definition at line 15 of file X02-DisabledMacros.cpp.

Constructor & Destructor Documentation

◆ foo()

foo::foo ( )
inline

Definition at line 16 of file X02-DisabledMacros.cpp.

16 {
18 }
void print(std::ostream &os, int const level, std::string const &title, Catch::SourceLineInfo const &info)
#define REQUIRE_NOTHROW(...)
Definition catch.hpp:194
Here is the call graph for this function:

Member Function Documentation

◆ operator bool()

foo::operator bool ( ) const
inlineexplicit

Definition at line 16 of file X10-FallbackStringifier.cpp.

16 {
17 return true;
18 }

◆ print()

void foo::print ( ) const
inline

Definition at line 19 of file X02-DisabledMacros.cpp.

19 {
20 std::cout << "This should not happen\n";
21 }

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