Home
last modified time | relevance | path

Searched defs:basic_string (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d124 struct basic_string(T, Traits = char_traits!T, Alloc = allocator!T) struct
133 alias size_type = size_t;
135 alias difference_type = ptrdiff_t;
137 alias value_type = T;
139 alias traits_type = Traits;
141 alias allocator_type = Alloc;
143 alias pointer = value_type*;
145 alias const_pointer = const(value_type)*;
170 /// Two `basic_string`s are equal if they represent the same sequence of code units. argument
171 …bool opEquals(scope const ref basic_string s) const pure nothrow @safe { return as_array == s.as_… in opEquals() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dstring-inst.cc59 template class basic_string<C>; variable
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dstring-inst.cc59 template class basic_string<C>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1346 basic_string, enumerator