MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::UI::detail::Scalar Concept Reference

Whether T is a scalar type that we can use with our widgets. More...

#include <MRUIStyle.h>

Concept definition

template<typename T>
concept MR::UI::detail::Scalar = std::is_arithmetic_v<T> && !std::is_same_v<T, bool>
Whether T is a scalar type that we can use with our widgets.
Definition MRUIStyle.h:353

Detailed Description

Whether T is a scalar type that we can use with our widgets.