Audacity 3.2.0
Public Member Functions | Static Public Attributes | List of all members
TestVisitor Struct Reference

Public Member Functions

int & operator() (std::monostate) const
 

Static Public Attributes

static int x
 

Detailed Description

Definition at line 207 of file VariantTest.cpp.

Member Function Documentation

◆ operator()()

int & TestVisitor::operator() ( std::monostate  ) const
inline

Definition at line 209 of file VariantTest.cpp.

209{ return x; }
static int x

References x.

Member Data Documentation

◆ x

int TestVisitor::x
static

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