Audacity 3.2.0
Classes | Functions
SelectedRegion.h File Reference
#include <wx/defs.h>
#include <wx/chartype.h>
#include <math.h>
#include <string_view>
#include "XMLMethodRegistry.h"
Include dependency graph for SelectedRegion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SelectedRegion
 Defines a selected portion of a project. More...
 

Functions

bool operator!= (const SelectedRegion &lhs, const SelectedRegion &rhs)
 

Function Documentation

◆ operator!=()

bool operator!= ( const SelectedRegion lhs,
const SelectedRegion rhs 
)
inline

Definition at line 292 of file SelectedRegion.h.

293{
294 return !(lhs == rhs);
295}