mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
add some notes and static assertions about template sizes
This commit is contained in:
@@ -80,6 +80,7 @@ struct Combos {
|
||||
const std::vector<T> &vals;
|
||||
size_t k;
|
||||
|
||||
// todo make k a template argument
|
||||
Combos(const std::vector<T> &vals, size_t k) : vals(vals), k(k) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user