Add documentation for `TagField<ImplementationType>::idToString()`

This commit is contained in:
Martchus 2021-08-25 19:05:38 +02:00
parent 5a1cb3d86f
commit 0a9c979756
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@ template <class ImplementationType> inline const typename TagField<Implementatio
return m_id;
}
/*!
* \brief Returns the id of the current TagField as string.
*/
template <class ImplementationType> inline std::string TagField<ImplementationType>::idToString() const
{
return ImplementationType::fieldIdToString(m_id);