What does “see below” mean when used as a type or exception specification?
Looking through the C++ standard ( current draft http://isocpp.org/files/papers/N3690.pdf , sec 20.8.3 is one such place) and through LLVM's libc++ headers, I've found "see below" used as a type and exception specification. It seems to be used when no type exists, but it seemed strange to use a 2 word phrase for that instead of some sort of valid identifier. Is it discussed somewhere in the standard or elsewhere? Why/how is it used? see below is simply a place holder for one of a few possible types which are always described in the following text. For example here: typedef see below element