more ai generated doc with human review
This commit is contained in:
@@ -1,15 +1,25 @@
|
||||
/*! \file piliterals.h
|
||||
* \ingroup Core
|
||||
* \~\brief
|
||||
* \~english C++11 literals
|
||||
* \~russian C++11 суффиксы
|
||||
*
|
||||
* \~\details
|
||||
* \~english
|
||||
* Include all literals_*.h files
|
||||
* \~russian
|
||||
* Включает все файлы literals_*.h
|
||||
*/
|
||||
//! \addtogroup Core
|
||||
//! \{}
|
||||
//! \file piliterals.h
|
||||
//! \brief C++11 user-defined literals
|
||||
//! \~english C++11 user-defined literals for PIP library types
|
||||
//! \~russian C++11 пользовательские литералы для типов библиотеки PIP
|
||||
//! \details
|
||||
//! \~english
|
||||
//! Includes all literals_*.h files providing user-defined literals (UDL) for:
|
||||
//! * PIByteArray (hex, base64)
|
||||
//! * Bytes (KB, MB, GB, TB, PB, KiB, MiB, GiB, TiB, PiB)
|
||||
//! * PIString (ASCII, UTF-8)
|
||||
//! * PIRegularExpression (regex, glob)
|
||||
//! * PISystemTime (d, h, m, s, ms, us, ns, Hz, KHz, MHz, GHz)
|
||||
//! \~russian
|
||||
//! Включает все файлы literals_*.h с пользовательскими литералами (UDL) для:
|
||||
//! * PIByteArray (hex, base64)
|
||||
//! * Bytes (KB, MB, GB, TB, PB, KiB, MiB, GiB, TiB, PiB)
|
||||
//! * PIString (ASCII, UTF-8)
|
||||
//! * PIRegularExpression (regex, glob)
|
||||
//! * PISystemTime (d, h, m, s, ms, us, ns, Hz, KHz, MHz, GHz)
|
||||
//! \}
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
C++11 literals
|
||||
|
||||
Reference in New Issue
Block a user