Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ library: Add class owning memory for a single mutable struct #22

Closed
VeaaC opened this issue Feb 6, 2018 · 1 comment
Closed

C++ library: Add class owning memory for a single mutable struct #22

VeaaC opened this issue Feb 6, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@VeaaC
Copy link
Collaborator

VeaaC commented Feb 6, 2018

flatdata supports sorting single structs in an archive (usually headers). Currently those are generated/written in C++ by creating a ``flatdata::Vector< T > v( 1 );```. Adding a class that represents this concept more closely would be more intuitive/readable.

Proposal:

  • Add a template< typename T > flatdata::Struct{ ... } for this concept
@boxdot
Copy link
Collaborator

boxdot commented Jun 14, 2018

Closing since it was resolved in #24.

@boxdot boxdot closed this as completed Jun 14, 2018
gferon pushed a commit to gferon/flatdata that referenced this issue Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants