ConfigDB::PropertyInfo::RangeTemplate< T, U > Struct Template Reference
#include <PropertyInfo.h>
Collaboration diagram for ConfigDB::PropertyInfo::RangeTemplate< T, U >:
Public Member Functions | |
| U | clip (U value) const |
Public Attributes | |
| T | minimum |
| T | maximum |
Member Function Documentation
◆ clip()
template<typename T , typename U = T>
|
inline |
Member Data Documentation
◆ maximum
template<typename T , typename U = T>
| T ConfigDB::PropertyInfo::RangeTemplate< T, U >::maximum |
◆ minimum
template<typename T , typename U = T>
| T ConfigDB::PropertyInfo::RangeTemplate< T, U >::minimum |
The documentation for this struct was generated from the following file:
1.9.1