2010-10-04から1日間の記事一覧

boost::function_types::result_type

boost::function_types::result_type は、関数型から戻り値型が取得できる template クラスである。 こんな感じ。 boost::function_types::result_type<int(*)()>::type; // int boost::function_types::result_type<void(*)(int)>::type; // void boost::result_of の処理と似ている</void(*)(int)></int(*)()>…

覚え書き

・boost::function の chain ・boost::program_options ・複数 iterator の取得を行う range ・ファイルコピーツール ・boost を使って簡単なゲーム作成 ・バージョン管理 ・vec ライブラリのリファクタリング ・FPS 周りの処理 ・Graphics/Windows 周りのラ…