#include <ArmarXGui/libraries/RemoteGui/WidgetBuilder/Basic.h>
|
template<class T > |
std::enable_if_t< simox::meta::are_arithmetic_v< Type, T >, Derived & > | max (std::array< T, 1 > v) |
|
Derived & | max (std::array< Type, 1 > v) |
|
template<class T > |
std::enable_if_t< simox::meta::are_arithmetic_v< Type, T >, Derived & > | max (T v) |
|
Derived & | max (Type max) |
|
template<class T > |
std::enable_if_t< simox::meta::are_arithmetic_v< Type, T >, Derived & > | min (std::array< T, 1 > v) |
|
Derived & | min (std::array< Type, 1 > v) |
|
template<class T > |
std::enable_if_t< simox::meta::are_arithmetic_v< Type, T >, Derived & > | min (T v) |
|
Derived & | min (Type min) |
|
template<class T0 , class T1 > |
Derived & | minmax (T0 lo, T1 hi) |
|
template<typename Derived, typename Type>
struct armarx::RemoteGui::detail::MinMaxMixin< Derived, Type >
Definition at line 86 of file Basic.h.
◆ max() [1/4]
std::enable_if_t<simox::meta::are_arithmetic_v<Type, T>, Derived&> max |
( |
std::array< T, 1 > |
v | ) |
|
|
inline |
◆ max() [2/4]
Derived& max |
( |
std::array< Type, 1 > |
v | ) |
|
|
inline |
◆ max() [3/4]
std::enable_if_t<simox::meta::are_arithmetic_v<Type, T>, Derived&> max |
( |
T |
v | ) |
|
|
inline |
◆ max() [4/4]
◆ min() [1/4]
std::enable_if_t<simox::meta::are_arithmetic_v<Type, T>, Derived&> min |
( |
std::array< T, 1 > |
v | ) |
|
|
inline |
◆ min() [2/4]
Derived& min |
( |
std::array< Type, 1 > |
v | ) |
|
|
inline |
◆ min() [3/4]
std::enable_if_t<simox::meta::are_arithmetic_v<Type, T>, Derived&> min |
( |
T |
v | ) |
|
|
inline |
◆ min() [4/4]
◆ minmax()
Derived& minmax |
( |
T0 |
lo, |
|
|
T1 |
hi |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file:
- ArmarXGui/libraries/RemoteGui/WidgetBuilder/Basic.h