MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ImGuiMath::detail::ValidOperands Concept Reference

#include <MRViewer/MRImGuiVectorOperators.h>

Concept definition

template<typename ... P>
Definition MRImGuiVectorOperators.h:52
Definition MRImGuiVectorOperators.h:23
Definition MRImGuiVectorOperators.h:37

Detailed Description

Whether P... are valid operands for a custom operator. All of them must be vectors and scalars (maybe cvref-qualified), and the common vector size must be defined and greater than 1.