mirror of
https://github.com/nlohmann/json.git
synced 2025-05-11 21:53:56 +00:00
21 lines
426 B
C++
21 lines
426 B
C++
/*!
|
|
@mainpage
|
|
|
|
@copyright Niels Lohmann\n
|
|
@include "../../LICENSE.MIT"
|
|
*/
|
|
|
|
/*!
|
|
@defgroup container Container
|
|
|
|
@brief methods and types to satisfy the Container requirements
|
|
|
|
A Container is an object used to store other objects and taking care of the
|
|
management of the memory used by the objects it contains.
|
|
|
|
@see http://en.cppreference.com/w/cpp/concept/Container
|
|
*/
|
|
|
|
/*!
|
|
@defgroup reversiblecontainer Reversible Container
|
|
*/ |