Implementations of BinaryEnum nullability when INT32_MIN ordinal value used as a NULL indicator.  
 More...
#include <binary_enum.h>
|  | 
| static bool | IsNull (const T &val) | 
|  | Check whether passed binary object should be interpreted as NULL.  More... 
 | 
|  | 
| static void | GetNull (T &dst) | 
|  | Get NULL value for the given binary type.  More... 
 | 
|  | 
template<typename T>
struct ignite::binary::BinaryEnumIntMinNull< T >
Implementations of BinaryEnum nullability when INT32_MIN ordinal value used as a NULL indicator. 
◆ GetNull()
Get NULL value for the given binary type. 
- Parameters
- 
  
    | dst | Null value for the type. |  
 
 
 
◆ IsNull()
Check whether passed binary object should be interpreted as NULL. 
- Returns
- True if binary object should be interpreted as NULL. 
 
 
The documentation for this struct was generated from the following file: