Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Semantics

Metafunctions
Functions
notation

Type

Object

Describes

X

x

any type

T

t

denotes behavior of the primary templates

P

p

denotes std::pair<iterator,iterator>

A[sz]

a

denotes an array of type A of size sz

Char*

s

denotes either char* or wchar_t*


PrevUpHomeNext