felixguendling / cista

Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
https://cista.rocks
MIT License
1.74k stars 110 forks source link

cista::optional: add bool conversion operator #219

Closed khng300 closed 2 months ago

khng300 commented 2 months ago

Besides calling has_value() to check if the container contains anything, if (opt) pattern can be used as well.

felixguendling commented 2 months ago

Thanks!