[LLVMdev] documentation (or tutorial or example) of ADT/StringMap.h
Chris Lattner
sabre at nondot.org
Sat Dec 8 12:33:08 PST 2007
On Dec 8, 2007, at 12:24 PM, Basile STARYNKEVITCH wrote:
> Hello All
>
> Where is the documentation for ADT/StringMap.h (given into account
> that
> I am not quite familiar with stdc++ library)?
The documentation is in the header file itself.
> In particular, I am surprised that key strings are specified by their
> start and end, I was expecting C-like strings, ie null terminated
> array
> of chars.
This representation allows for nul characters in the string.
-Chris
More information about the llvm-dev
mailing list