![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Checks if the type T has an operator "<=" defined for self-comparison.
More...
#include <shambase/include/shambase/type_traits.hpp>
Static Public Attributes | |
| static constexpr bool | value = std::is_same<decltype(test<T>(0)), found>::value |
Static constexpr bool member that is true if the operator <= is defined for type T. | |
Checks if the type T has an operator "<=" defined for self-comparison.
| T | type to check |
Definition at line 108 of file type_traits.hpp.
|
staticconstexpr |
Static constexpr bool member that is true if the operator <= is defined for type T.
Definition at line 138 of file type_traits.hpp.