Default implementations of BinaryType methods for non-null type.  
 More...
#include <binary_type.h>
|  | 
| static bool | IsNull (const T &) | 
|  | 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::BinaryTypeNonNullableType< T >
Default implementations of BinaryType methods for non-null type. 
◆ 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: