MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ObjectComparableWithReference::ComparisonReferenceValue Struct Reference

This can't be std::optional<Var>, because we still need the variant to know the correct type. More...

#include <MRMesh/MRObjectComparableWithReference.h>

Public Types

using Var = std::variant<float, Vector3f>

Public Attributes

bool isSet = false
Var var
 If isSet == false, this will hold zeroes, or some other default values.

Detailed Description

This can't be std::optional<Var>, because we still need the variant to know the correct type.


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