26 Jan
2015
26 Jan
'15
1:30 p.m.
I have a value type (Foo) which is supposed to contain references to some
multi_index_container of its type, like so:
struct Foo {
int property1;
int property2;
FooMIC* other; // this (the pointer value) may or may not be indexed upon
};
typedef multi_index_container< Foo,
indexed_by
< sequenced<>
, ordered_unique< member