Skip to content

Consistent usage of size() in C++ #126

@doctorlai-msrc

Description

@doctorlai-msrc

There are several instances of using length() or size() in our C++ codebase (e.g., in LCM). We should standardize on using size(), as it is the preferred convention and aligns with other STL containers like std::vector.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions