Definition at line 50 of file ofits.h.
References first.
Referenced by FormatComment(), and FormatKey().
53 const size_t first =
str.find_first_not_of(
' ');
54 const size_t last =
str.find_last_not_of(
' ');
57 if (std::string::npos==first || std::string::npos==last)
60 return str.substr(first, last-first+1);
int64_t first
Size of this column in the tile.