teslamotors / fixed-containers

C++ Fixed Containers
MIT License
395 stars 38 forks source link

Allow error handling from StructView::add_path #153

Closed zanneth closed 3 months ago

zanneth commented 3 months ago

If the path does not resolve to reflected field data, return false from add_path so that callers can properly handle error conditions.