Definition at line 779 of file 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} |
#include </home/stephan/code/root-2/main/src/wildcards.hpp>
| using cx::basic_string_view< T >::value_type = T |
Definition at line 781 of file wildcards.hpp.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 784 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 787 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 791 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 792 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 794 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 788 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 790 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 793 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 789 of file wildcards.hpp.
|
private |
Definition at line 797 of file wildcards.hpp.
|
private |
Definition at line 798 of file wildcards.hpp.