Bela Berde
2016-06-10 10:10:19 UTC
Hi,
struct BinValues
{
int intVal;
double doubleVal;
}
is Ok, but
struct TripleValues
{
std::string strVal;
int intVal;
double doubleVal;
}
is not Ok; Why?
Thanks
struct BinValues
{
int intVal;
double doubleVal;
}
is Ok, but
struct TripleValues
{
std::string strVal;
int intVal;
double doubleVal;
}
is not Ok; Why?
Thanks
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.