30#ifndef LITEHTML_TSTRING_VIEW_H__
31#define LITEHTML_TSTRING_VIEW_H__
130std::basic_ostream<tstring_view::value_type>&
operator<<(
131 std::basic_ostream<tstring_view::value_type>&,
Definition tstring_view.h:48
size_type size_
Definition tstring_view.h:127
const_pointer iterator
Definition tstring_view.h:60
const char & const_reference
Definition tstring_view.h:58
tstring_view(const_pointer s, size_type size)
Definition tstring_view.h:73
char value_type
Definition tstring_view.h:50
size_type length() const
Definition tstring_view.h:114
const char * const_pointer
Definition tstring_view.h:54
char * pointer
Definition tstring_view.h:52
constexpr const_iterator end() const
Definition tstring_view.h:89
constexpr const_pointer data() const
Definition tstring_view.h:104
const_pointer const_iterator
Definition tstring_view.h:62
const_pointer data_
Definition tstring_view.h:125
tstring_view(const tstring_view &other)=default
size_t size_type
Definition tstring_view.h:64
constexpr const_iterator cend() const
Definition tstring_view.h:94
char & reference
Definition tstring_view.h:56
constexpr const_iterator begin() const
Definition tstring_view.h:79
constexpr const_iterator cbegin() const
Definition tstring_view.h:84
constexpr const_reference operator[](size_type offset) const
Definition tstring_view.h:99
bool empty() const
Definition tstring_view.h:119
std::ptrdiff_t difference_type
Definition tstring_view.h:66
size_type size() const
Definition tstring_view.h:109
#define offset(member)
Definition css_properties.cpp:5
Definition background.h:12
std::basic_ostream< tstring_view::value_type > & operator<<(std::basic_ostream< tstring_view::value_type > &, tstring_view str)
Definition tstring_view.cpp:35
s
Definition tag_strings.h:47