Difference between Arena::CreateMessage and Arena::CreateMaybeMessage

450 Views Asked by At

When I using Protocol Buffer with Arena, what is the difference between those 2 functions

google::protobuf::Arena::CreateMaybeMessage<LPD::MyObj>(); 

And

google::protobuf::Arena::CreateMessage<LPD::MyObj>();
0

There are 0 best solutions below