This document describes templated functions.
In e32std.h, there are also a variety of inline templated functions for performing simple operations:
return lower of two values: Min()
return higher of two values: Max()
return absolute value: Abs()
check if a value is between two other values: Rng()
These can be called on any type that supports the required operators (<,>,<=,>=,-).
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.