VapourSynth-llvmexpr
Loading...
Searching...
No Matches
analysis::RelYAccess Struct Reference

#include <llvmexpr/analysis/framework/DataStructures.hpp>

Public Member Functions

bool operator< (const RelYAccess &other) const

Public Attributes

int clip_idx
int rel_y
bool use_mirror

Detailed Description

Definition at line 39 of file DataStructures.hpp.

Member Function Documentation

◆ operator<()

bool analysis::RelYAccess::operator< ( const RelYAccess & other) const
inline

Definition at line 44 of file DataStructures.hpp.

44 {
45 return std::tie(clip_idx, rel_y, use_mirror) <
46 std::tie(other.clip_idx, other.rel_y, other.use_mirror);
47 }

References clip_idx, rel_y, and use_mirror.

Member Data Documentation

◆ clip_idx

int analysis::RelYAccess::clip_idx

Definition at line 40 of file DataStructures.hpp.

Referenced by operator<().

◆ rel_y

int analysis::RelYAccess::rel_y

Definition at line 41 of file DataStructures.hpp.

Referenced by operator<().

◆ use_mirror

bool analysis::RelYAccess::use_mirror

Definition at line 42 of file DataStructures.hpp.

Referenced by operator<().


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