Livox SDK API  V2.2.0
fmt::v5::u8string_view Class Reference

#include <format.h>

Inheritance diagram for fmt::v5::u8string_view:
fmt::v5::basic_string_view< char8_t >

Public Types

typedef char8_t char_type
 
- Public Types inherited from fmt::v5::basic_string_view< char8_t >
typedef char8_t char_type
 
typedef const char8_titerator
 

Public Member Functions

 u8string_view (const char *s)
 
 u8string_view (const char *s, size_t count) throw ()
 
- Public Member Functions inherited from fmt::v5::basic_string_view< char8_t >
 basic_string_view () throw ()
 
 basic_string_view (const char8_t *s, size_t count) throw ()
 
 basic_string_view (const char8_t *s)
 
 basic_string_view (const std::basic_string< char8_t, Alloc > &s) throw ()
 
const char8_tdata () const
 
size_t size () const
 
iterator begin () const
 
iterator end () const
 
void remove_prefix (size_t n)
 
int compare (basic_string_view other) const
 

Detailed Description

Definition at line 411 of file format.h.

Member Typedef Documentation

Definition at line 413 of file format.h.

Constructor & Destructor Documentation

fmt::v5::u8string_view::u8string_view ( const char *  s)
inline

Definition at line 415 of file format.h.

fmt::v5::u8string_view::u8string_view ( const char *  s,
size_t  count 
)
throw (
)
inline

Definition at line 417 of file format.h.


The documentation for this class was generated from the following file: