| 
    bux API Reference 1.12.3
    
   Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects. 
   | 
 
This is the complete list of members for bux::C_Queue< T >, including all inherited members.
| back() const | bux::C_Queue< T > | inline | 
| backRaw() const | bux::C_RawQueue< sizeof(T)> | inlineprotected | 
| C_Queue()=default | bux::C_Queue< T > | |
| C_RawQueue()=default | bux::C_RawQueue< sizeof(T)> | |
| clear() | bux::C_Queue< T > | |
| compact() | bux::C_RawQueue< sizeof(T)> | |
| empty() const | bux::C_RawQueue< sizeof(T)> | inline | 
| front() const | bux::C_Queue< T > | inline | 
| frontRaw() const | bux::C_RawQueue< sizeof(T)> | inlineprotected | 
| operator=(const C_RawQueue &another)=delete | bux::C_RawQueue< sizeof(T)> | |
| pop() | bux::C_Queue< T > | |
| popRaw() | bux::C_RawQueue< sizeof(T)> | protected | 
| push() | bux::C_Queue< T > | inline | 
| push(T_Args &&...args) | bux::C_Queue< T > | inline | 
| pushRaw() | bux::C_RawQueue< sizeof(T)> | protected | 
| size_type typedef | bux::C_RawQueue< sizeof(T)> | |
| splice(C_RawQueue &other) | bux::C_RawQueue< sizeof(T)> | |
| swap(C_RawQueue &other) | bux::C_RawQueue< sizeof(T)> | |
| value_type typedef | bux::C_Queue< T > | |
| ~C_Queue() | bux::C_Queue< T > | inline | 
| ~C_RawQueue() | bux::C_RawQueue< sizeof(T)> | inline |