Embedded Template Library 1.0
Loading...
Searching...
No Matches
to_u16string.h File Reference
#include "platform.h"
#include "type_traits.h"
#include "u16string.h"
#include "u16format_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::iu16string >::value &&!etl::is_same< T, etl::u16string_view >::value, constetl::iu16string & >::type etl::to_string (const T value, etl::iu16string &str, bool append=false)
 
template<typename T >
etl::enable_if<!etl::is_same< T, etl::iu16string >::value &&!etl::is_same< T, etl::u16string_view >::value, constetl::iu16string & >::type etl::to_string (const T value, etl::iu16string &str, const etl::u16format_spec &format, bool append=false)
 
template<typename T >
etl::enable_if<!etl::is_same< T, etl::iu16string >::value &&!etl::is_same< T, etl::u16string_view >::value, constetl::iu16string & >::type etl::to_string (const T value, uint32_t denominator_exponent, etl::iu16string &str, bool append=false)
 
template<typename T >
etl::enable_if<!etl::is_same< T, etl::iu16string >::value &&!etl::is_same< T, etl::u16string_view >::value, constetl::iu16string & >::type etl::to_string (const T value, uint32_t denominator_exponent, etl::iu16string &str, const etl::u16format_spec &format, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::iu16string >::value, constetl::iu16string & >::type etl::to_string (const T &value, etl::iu16string &str, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::iu16string >::value, constetl::iu16string & >::type etl::to_string (const etl::iu16string &value, T &str, const etl::u16format_spec &format, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::u16string_view >::value, constetl::iu16string & >::type etl::to_string (T value, etl::iu16string &str, bool append=false)
 
template<typename T >
etl::enable_if< etl::is_same< T, etl::u16string_view >::value, constetl::iu16string & >::type etl::to_string (T value, etl::iu16string &str, const etl::u16format_spec &format, bool append=false)