Universal converter. More...
#include <utilities/testing_utilities.h>
Private Member Functions | |
| to_type | operator() (from_type &Param) |
Universal converter.
Definition at line 1434 of file testing_utilities.h.
| to_type nitro::TypeConverter< from_type, to_type >::operator() | ( | from_type & | Param | ) | [inline, private] |
Converter.
| Param | - Converting parameter. |
Definition at line 1454 of file testing_utilities.h.
{
return( ( to_type )Param );
}
1.6.1