-
Notifications
You must be signed in to change notification settings - Fork 1
A C++ Data Table implementation for loading data columns of the same data type. It uses C++11 templates & inheritance to implement column insert operations & unique pointers to hide each Column's data type from the Table class, which owns the Column resources (the actual data).
gclkaze/Generic-Data-Table
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A C++ Data Table implementation for loading data columns of the same data type. It uses C++11 templates & inheritance to implement column insert operations & unique pointers to hide each Column's data type from the Table class, which owns the Column resources (the actual data).
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published