teslamotors / fixed-containers

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

Remove full() members. Introduce is_full() free functions instead #17

Closed alexkaratarakis closed 1 year ago

alexkaratarakis commented 1 year ago

This is done to comform with the std API that does not have these members.