Embedded Template Library 1.0
Loading...
Searching...
No Matches
to_wstring.h File Reference
#include "platform.h"
#include "type_traits.h"
#include "wstring.h"
#include "wformat_spec.h"
#include "private/to_string_helper.h"

Go to the source code of this file.

Namespaces

namespace  etl
 bitset_ext
 

Functions

template<typename T >
etl::enable_if<!etl::is_same< T, etl::iwstring >::value &&!etl::is_same< T, etl::wstring_view >::value, constetl::iwstring & >::type etl::to_string (const T value, etl::iwstring &str, bool append=false)
 
template<typename T >
etl::enable_if<!etl::is_same< T, etl::iwstring >::value &&!etl::is_same< T, etl::wstring_view >::value, constetl::iwstring & >::type etl::to_string (const T value, etl::iwstring &str, const etl::wformat_spec &format, bool append=false)
 
template<typename T >
etl::enable_if<!etl::is_same< T, etl::iwstring >::value &&!etl::is_same< T, etl::u16string_view >::value, constetl::iwstring & >::type etl::to_string (const T value, uint32_t denominator_exponent, etl::iwstring &str, bool append=false)
 
template<typename T >
etl::enable_if<!etl::is_same< T, etl::iwstring >::value &&!etl::is_same< T, etl::u16string_view >::value, constetl::iwstring & >::type etl::to_string (const T value, uint32_t denominator_exponent, etl::iwstring &str, const etl::wformat_spec &format, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::iwstring >::value, constetl::iwstring & >::type etl::to_string (const T &value, etl::iwstring &str, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::iwstring >::value, constetl::iwstring & >::type etl::to_string (const etl::iwstring &value, T &str, const etl::wformat_spec &format, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::wstring_view >::value, constetl::iwstring & >::type etl::to_string (T value, etl::iwstring &str, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::wstring_view >::value, constetl::iwstring & >::type etl::to_string (T value, etl::iwstring &str, const etl::wformat_spec &format, bool append=false)