MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / LineCol

Class LineCol

CodeFormatServer/src/Lib/LineIndex/LineTypes.h:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <vector>
6
7struct LineCol {
8 LineCol(std::size_t line, std::size_t col);
9
10 std::size_t Line;
11 std::size_t Col;
12};
13
14struct UnitChars {
15 UnitChars(std::size_t totalLen, std::size_t charsNum, std::size_t unit);

Callers 1

UpdateFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected