Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

string_view.h File Reference

string_view.h File Reference

Go to the source code of this file.

Data Structures

class  string_view_exception
 The base class for basic_string_view exceptions. More...
class  string_view_bounds
 The exception thrown when the index is out of bounds. More...
class  string_view_uninitialised
 The exception thrown when the view is uninitialised. More...
class  basic_string_view< T, TTraits >
 String view. More...
struct  hash< etl::string_view >
 Hash function. More...

Namespaces

namespace  etl
 

A multimap with the capacity defined at compile time.


Functions

template<typename T , typename TTraits = etl::char_traits<T>>
void swap (etl::basic_string_view< T, TTraits > &lhs, etl::basic_string_view< T, TTraits > &rhs)
 Swaps the values.

Detailed Description

Definition in file string_view.h.


Function Documentation

void swap ( etl::basic_string_view< T, TTraits > &  lhs,
etl::basic_string_view< T, TTraits > &  rhs 
)

Swaps the values.

Definition at line 862 of file string_view.h.