Remove CDS_RVALUE_SUPPORT, CDS_MOVE_SEMANTICS_SUPPORT macros and emulating code
[libcds.git] / cds / details / bounded_container.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_BOUNDED_CONTAINER_H
4 #define __CDS_BOUNDED_CONTAINER_H
5
6 namespace cds {
7     /// Bounded container
8     /**
9         If a container has upper limit of item then it should be based on bounded_container class.
10         Example of those containers: cyclic queue (cds::container::TsigasCycleQueue)
11     */
12     struct bounded_container {};
13 }    // namespace cds
14
15 #endif    // __CDS_BOUNDED_CONTAINER_H