Changes between Version 11 and Version 12 of HowTo/BoostStudy4


Ignore:
Timestamp:
Feb 26, 2011, 2:34:29 PM (14 years ago)
Author:
村山 俊之
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/BoostStudy4

    v11 v12  
    492492
    493493
     494== Boost.Optional ==
     495
     496 * 構文はポインタとほとんど同じ
     497   * if でチェックし、 * で取り出す
     498   * C++0x なら auto が使える
     499 * boost::optional<const T> は不可
     500
     501