|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
#include <string_view_compat.hpp>
Public Types | |
| using | value_type = char |
| using | size_type = size_t |
| using | pointer = const char * |
| using | const_pointer = const char * |
| using | const_reference = const char & |
| using | const_iterator = const char * |
Public Member Functions | |
| constexpr | string_view () noexcept=default |
| constexpr | string_view (const char *text, size_type size) noexcept |
| string_view (const char *text) noexcept | |
| constexpr const_iterator | begin () const noexcept |
| constexpr const_iterator | end () const noexcept |
| constexpr const_pointer | data () const noexcept |
| constexpr size_type | size () const noexcept |
| constexpr bool | empty () const noexcept |
| constexpr const_reference | front () const noexcept |
| constexpr const_reference | operator[] (size_type index) const noexcept |
| constexpr string_view | substr (size_type pos, size_type count=npos) const noexcept |
Static Public Attributes | |
| static constexpr size_type | npos = static_cast<size_type>(-1) |
Definition at line 15 of file string_view_compat.hpp.
Definition at line 22 of file string_view_compat.hpp.
Definition at line 20 of file string_view_compat.hpp.
Definition at line 21 of file string_view_compat.hpp.
Definition at line 19 of file string_view_compat.hpp.
Definition at line 18 of file string_view_compat.hpp.
Definition at line 17 of file string_view_compat.hpp.
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Definition at line 28 of file string_view_compat.hpp.
Definition at line 30 of file string_view_compat.hpp.
|
inlineconstexprnoexcept |
Definition at line 33 of file string_view_compat.hpp.
|
inlineconstexprnoexcept |
Definition at line 35 of file string_view_compat.hpp.
Definition at line 37 of file string_view_compat.hpp.
|
inlineconstexprnoexcept |
Definition at line 34 of file string_view_compat.hpp.
|
inlineconstexprnoexcept |
Definition at line 38 of file string_view_compat.hpp.
|
inlineconstexprnoexcept |
Definition at line 39 of file string_view_compat.hpp.
Definition at line 36 of file string_view_compat.hpp.
|
inlineconstexprnoexcept |
Definition at line 43 of file string_view_compat.hpp.
|
staticconstexpr |
Definition at line 24 of file string_view_compat.hpp.