added value_type using to collection.hpp
This commit is contained in:
@@ -8,6 +8,7 @@ namespace matador::object {
|
||||
template < class Type >
|
||||
class collection {
|
||||
public:
|
||||
using value_type = Type;
|
||||
|
||||
private:
|
||||
std::vector<Type> data_;
|
||||
|
||||
Reference in New Issue
Block a user