C++ Compile-Time Class With std::vector Member variable
I am trying to make a writter class, which would be used to turn data into a binary stream, at compile-time using a std::vector, and then converting it to std::array to be used at runtime. eg:
C++ Compile-Time Class With std::vector Member variable
I am trying to make a writter class, which would be used to turn data into a binary stream, at compile-time using a std::vector, and then converting it to std::array to be used at runtime. eg: