|
template<typename T > |
MRVIEWER_API std::optional< T > | createValueLow (std::string_view name, std::optional< BoundedValue< T > > value) |
|
template MRVIEWER_API std::optional< std::int64_t > | createValueLow (std::string_view name, std::optional< BoundedValue< std::int64_t > > value) |
|
template MRVIEWER_API std::optional< std::uint64_t > | createValueLow (std::string_view name, std::optional< BoundedValue< std::uint64_t > > value) |
|
template MRVIEWER_API std::optional< double > | createValueLow (std::string_view name, std::optional< BoundedValue< double > > value) |
|
template MRVIEWER_API std::optional< std::string > | createValueLow (std::string_view name, std::optional< BoundedValue< std::string > > value) |
|