BDE 4.14.0 Production release
|
#include <bdlat_symbolicconverter.h>
Static Public Member Functions | |
template<class LHS_TYPE , class RHS_TYPE > | |
static int | convert (LHS_TYPE *lhs, const RHS_TYPE &rhs) |
template<class LHS_TYPE , class RHS_TYPE > | |
static int | convert (LHS_TYPE *lhs, const RHS_TYPE &rhs, bsl::ostream &errorStream) |
This utility contains a single convert
function that converts a value from one type to another compatible type.