Template Class match_t
Defined in File match.hpp
Class Documentation
-
template<typename type>
class match_t This class represents a match between two types.
Note
Future work: later on, we can have a confidence level associated with a match.
Public Functions
-
inline match_t(type first_ = type(), type second_ = type())
Creates a new match_t object.
- Parameters:
first_ – First endpoint of the association.
second_ – Second endpoint matched with
first_.
-
inline match_t(type first_ = type(), type second_ = type())