diff --git a/doc/typeof.qbk b/doc/typeof.qbk index 70c6b2e..786d877 100644 --- a/doc/typeof.qbk +++ b/doc/typeof.qbk @@ -101,6 +101,10 @@ and becomes widely available. [section:tuto Tutorial] +To start using typeof include the typeof header: + + #include + To deduce the type of an expression at compile time use the `BOOST_TYPEOF` macro: