![]() |
Imt.Base C++ API V4.1.1.0
|
Go to the source code of this file.
Classes | |
class | imt::base::core::util::Optional< ElementType > |
Port of the std::optional type. More... | |
Namespaces | |
namespace | imt |
This is a application specific file which is used to configure Imt.Base.Core.Math. | |
namespace | imt::base |
namespace | imt::base::core |
namespace | imt::base::core::util |
Functions | |
template<typename ElementType > | |
bool | imt::base::core::util::operator== (Optional< ElementType > const left, Optional< ElementType > const right) noexcept |
Compare for equality operator. | |
template<typename ElementType > | |
bool | imt::base::core::util::operator!= (Optional< ElementType > const left, Optional< ElementType > const right) noexcept |
Compare for inequality operator. | |
template<typename ElementType > | |
bool | imt::base::core::util::operator> (Optional< ElementType > const left, Optional< ElementType > const right) noexcept |
Greather than operator. | |
template<typename ElementType > | |
bool | imt::base::core::util::operator< (Optional< ElementType > const left, Optional< ElementType > const right) noexcept |
Less than operator. | |
template<typename ElementType > | |
bool | imt::base::core::util::operator<= (Optional< ElementType > const left, Optional< ElementType > const right) noexcept |
Less or equal than operator. | |
template<typename ElementType > | |
bool | imt::base::core::util::operator>= (Optional< ElementType > const left, Optional< ElementType > const right) noexcept |
Greater equal than operator. | |