2014-02-10から1日間の記事一覧

日時のフォーマッター

C++

日時を文字列化するプログラムを書きました。datetime_string("%Y/%m/%d")のような記法だとローカライズで困るので、名前付き引数で順不同に要素を指定させるようにしました。 #include <cstdint> #include <string> #include <boost/format.hpp> #include <boost/optional.hpp> #include <boost/parameter/name.hpp> namespace param { BOOST_P</boost/parameter/name.hpp></boost/optional.hpp></boost/format.hpp></string></cstdint>…