#include <wildcards.hpp>
Public Types | |
using | value_type = T |
Public Member Functions | |
constexpr | basic_string_view ()=default |
constexpr | basic_string_view (const T *str, std::size_t s) |
template<std::size_t N> | |
constexpr | basic_string_view (const T(&str)[N]) |
constexpr const T * | begin () const |
constexpr const T * | cbegin () const |
constexpr const T * | cend () const |
constexpr const T * | data () const |
constexpr bool | empty () const |
constexpr const T * | end () const |
constexpr std::size_t | size () const |
Private Attributes | |
const T * | data_ {nullptr} |
std::size_t | size_ {0} |
Definition at line 1659 of file wildcards.hpp.
using cx::basic_string_view< T >::value_type = T |
Definition at line 1662 of file wildcards.hpp.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 1665 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 1668 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 1683 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 1687 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 1695 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 1671 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 1679 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 1691 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 1675 of file wildcards.hpp.
|
private |
Definition at line 1700 of file wildcards.hpp.
|
private |
Definition at line 1701 of file wildcards.hpp.