mirror of https://github.com/AxioDL/boo.git
0eb9f2caeb
We can utilize the std::data and std::size utility functions to support passthrough-ing data for any container that satisfies the ContiguousContainer concept, which would be either std::array, std::string, or std::vector. This way we can utilize std::array internally without exposing the inclusion within the header. |
||
---|---|---|
.. | ||
boo |