GCC Middle and Back End API Reference
|
#include <spellcheck.h>
A traits class for describing a string-like type usable by class best_match. Specializations should provide the implementations of the following: static size_t get_length (TYPE); static const char *get_string (TYPE); get_string should return a non-NULL ptr, which does not need to be 0-terminated.