Embedded Template Library 1.0
Loading...
Searching...
No Matches
wstring.h File Reference
#include "platform.h"
#include "basic_string.h"
#include "string_view.h"
#include "hash.h"
#include "initializer_list.h"
#include "private/minmax_push.h"
#include "private/minmax_pop.h"

Go to the source code of this file.

Classes

class  etl::wstring< MAX_SIZE_ >
 
class  etl::wstring_ext
 

Namespaces

namespace  etl
 bitset_ext
 

Typedefs

typedef ibasic_string< wchar_tetl::iwstring
 

Functions

template<size_t Array_Size>
etl::wstring< Array_Size - 1Uetl::make_string (const wchar_t(&text)[Array_Size])
 Hash function.
 
template<size_t MAX_SIZE, size_t SIZE>
etl::wstring< MAX_SIZE > etl::make_string_with_capacity (const wchar_t(&text)[SIZE])
 Make string with max capacity from string literal or array.