Kanzi 4.0.0-beta2
typed_value_range.hpp File Reference

Classes

class  kanzi::TypedValueRange< T >
 TypedValueRange is a template class for holding one type of object in a range. More...
 
class  kanzi::TypedValueRange< T >::TypedValueRangeLocation
 Location implementation for typed value range. More...
 

Namespaces

namespace  kanzi
 

Functions

template<typename T >
bool kanzi::operator!= (const TypedValueRange< T > &lhs, const TypedValueRange< T > &rhs)
 Not equals operator.
 
template<typename T >
bool kanzi::operator== (const TypedValueRange< T > &lhs, const TypedValueRange< T > &rhs)
 Equals operator.