```C++ class X { using Row = std::vector<std::string>; using StringMatrix = std::vector<Row>; StringMatrix m_matrix; } ```