Go to the documentation of this file.
25 #include <aerospike/as_util.h>
26 #include <aerospike/as_val.h>
34 #define pair_new(a,b) as_pair_new((as_val *) a, (as_val *) b)
44 typedef struct as_pair_s {
115 return pair ? pair->
_1 : NULL;
123 return pair ? pair->
_2 : NULL;