Audacity 3.2.0
Public Member Functions | List of all members
Tester< Const, ref >::Z Struct Reference

Structure always with a const member function. More...

Public Member Functions

ResultType constmemberfunction () const
 

Detailed Description

template<bool Const, Ref ref = lvalue>
struct Tester< Const, ref >::Z

Structure always with a const member function.

Definition at line 62 of file VariantTest.cpp.

Member Function Documentation

◆ constmemberfunction()

template<bool Const, Ref ref = lvalue>
ResultType Tester< Const, ref >::Z::constmemberfunction ( ) const
inline

Definition at line 63 of file VariantTest.cpp.

63{ return value<2>(); }

Referenced by Tester< Const, ref >::DoTests().

Here is the caller graph for this function:

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