#include "platform.h"
#include "alignment.h"
#include "exception.h"
#include "error_handler.h"
#include "debug_count.h"
#include "type_traits.h"
#include "parameter_type.h"
#include "memory_model.h"
#include "integral_limits.h"
#include "utility.h"
#include "placement_new.h"
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
|
|
template<typename T, const size_t SIZE, const size_t MEMORY_MODEL> |
| ETL_CONSTANT queue< T, SIZE, MEMORY_MODEL >::size_type | etl::queue< T, SIZE, MEMORY_MODEL >::MAX_SIZE |