Viewing a single comment thread. View all comments

VectorD t1_ittxtca wrote

std::string is part of the STL so you can call std::string::size()

1