#include "platform.h"
#include "basic_string.h"
#include "string_view.h"
#include "hash.h"
#include "initializer_list.h"
#include <ctype.h>
#include "private/minmax_push.h"
#include "private/minmax_pop.h"
Go to the source code of this file.
|
| template<size_t Array_Size> |
| etl::u8string< Array_Size - 1U > | etl::make_string (const char(&text)[Array_Size]) |
| | Hash function.
|
|
template<size_t MAX_SIZE, size_t SIZE> |
| etl::u8string< MAX_SIZE > | etl::make_string_with_capacity (const char(&text)[SIZE]) |
| | Make u8string with max capacity from u8string literal or array.
|
|
|
template<size_t MAX_SIZE_> |
| ETL_CONSTANT size_t | etl::u8string< MAX_SIZE_ >::MAX_SIZE |