"QueryBuilder" in the CB Lite C++ SDK?

Hi!
I have a simple question regarding the Couchbase Lite C++ SDK: Is there something like “QueryBuilder” (which I’ve seen in the docs for other languages) or anything resembling an integrated DSL as an alternative to handling raw strings for queries?
I’m slowly getting familiar with the SDK’s API and want to avoid building a similarly patterned construct if there already exists something I could use directly or build upon. Maybe I’ve missed something searching the Github repository and Doxygen-generated docs?

Thanks in advance for any tips, hints, advice, anything!

Kind regards,
Julian