teslamotors / fixed-containers

C++ Fixed Containers
MIT License
361 stars 31 forks source link

Make fixed_containers Structural types #26

Closed alexkaratarakis closed 1 year ago

alexkaratarakis commented 1 year ago

This will allow instances (not types) of fixed_containers to be used as template parameters.

alexkaratarakis commented 1 year ago

Done.