mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Changed group from Containers to containers
This commit is contained in:
parent
1fe506955d
commit
cb40851388
3
queue.h
3
queue.h
@ -37,7 +37,8 @@ SOFTWARE.
|
||||
///\defgroup queue queue
|
||||
/// A First-in / first-out queue with the capacity defined at compile time,
|
||||
/// written in the STL style.
|
||||
///\ingroup Containers
|
||||
///\note Uses a predefined array, so MAX_SIZE_ elements will be always be constructed.
|
||||
///\ingroup containers
|
||||
//*****************************************************************************
|
||||
|
||||
namespace etl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user