Function gpa::detail::TabStr

Function Documentation

inline std::string gpa::detail::TabStr(StrFmtFlags strFmtFlags, uint32_t tabCount, uint32_t tabSize)

Gets a whitespace std::string with a given tab count and size.

Note

This function returns an empty std::string unless formatFlags has the GPA_STR_FMT_FORMATTED bit set

Parameters
  • formatFlags -- [in] The StrFmtFlags to use when creating the std::string

  • tabCount -- [in] The number of tabs to write to the resulting std::string

  • tabSize -- [in] The size of the tabs to write to the resulting std::string

Returns

The whitespace std::string with the given tab count and size