Template Class Limited
- Defined in File tool_communication.h 
Class Documentation
- 
template<class T>
 class Limited
- Helper class that represents a numeric value with a lower and an upper boundary. - Template Parameters:
- T – any type for which a comparison exists. 
 - Public Functions - 
Limited() = delete
 - 
~Limited() = default