MeshLib Documentation
Loading...
Searching...
No Matches
MR::UI::TestEngine::AllowedValueType Concept Reference
#include <
MRUITestEngine.h
>
Concept definition
template
<
typename
T>
concept
MR::UI::TestEngine::AllowedValueType
= std::is_arithmetic_v<T> || std::is_same_v<T, std::string>
MR::UI::TestEngine::AllowedValueType
Definition
MRUITestEngine.h:54
MR
UI
TestEngine
AllowedValueType
Generated by
1.11.0