Skip to content

I need to store a vector of vector<std::string> as a field in a persistent class, how can I do this? #1255

Description

@juandent
 class X  {
		using Row = std::vector<std::string>;
		using StringMatrix = std::vector<Row>;

		StringMatrix		m_matrix;
   }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions