Vowpal Wabbit
|
#include "vw/common/vw_exception.h"
#include "vw/common/vw_throw.h"
#include <limits>
#include <sstream>
Namespaces | |
namespace | VW |
Functions | |
template<typename RetType , typename InputType > | |
RetType | VW::cast_to_smaller_type (InputType input) |
template<typename RetType , typename InputType > | |
RetType | VW::cast_signed_to_unsigned (InputType input) |
template<typename RetType , typename InputType > | |
RetType | VW::cast_unsigned_to_signed (InputType input) |