以下の内容はhttps://faithandbrave.hateblo.jp/entry/20090920/1253462603より取得しました。


mpl::stringの空文字列

#include <iostream>
#include <string>
#include <boost/mpl/string.hpp>

int main()
{
    typedef boost::mpl::string<> str;

    std::string s = boost::mpl::c_str<str>::value;
    std::cout << s.length() << std::endl; // 0
}





以上の内容はhttps://faithandbrave.hateblo.jp/entry/20090920/1253462603より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14