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

Public Member Functions

 operator int () const
 

Public Attributes

int x
 

Detailed Description

Definition at line 20 of file VariantTest.cpp.

Member Function Documentation

◆ operator int()

ValueType::operator int ( ) const
inline

Definition at line 22 of file VariantTest.cpp.

22{ return x; }

References x.

Member Data Documentation

◆ x

int ValueType::x

Definition at line 21 of file VariantTest.cpp.

Referenced by operator int().


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