Embedded Template Library  1.0
char_traits.h File Reference
#include <stdint.h>
#include "platform.h"
#include "algorithm.h"
#include "iterator.h"

Go to the source code of this file.

Classes

struct  etl::char_traits_types< char >
 
struct  etl::char_traits_types< wchar_t >
 
struct  etl::char_traits_types< char16_t >
 
struct  etl::char_traits_types< char32_t >
 
struct  etl::char_traits< T >
 Character traits for any character type. More...
 

Namespaces

 etl
 

Typedefs

typedef int16_t char16_t
 
typedef int32_t char32_t
 

Functions

template<typename T >
size_t etl::strlen (const T *t)
 Alternative strlen for all character types.