yohhoyの日記

技術的メモをしていきたい日記

2015-05-02から1日間の記事一覧

std::begin/endとconstexpr指定

C++

C++14標準ライブラリから配列版のstd::begin/end非メンバ関数がconstexpr指定され、constexpr指定付きのstd::cbegin/cend非メンバ関数が追加された。また、std::initializer_list<E>のconstexpr対応に伴い、同オーバーロードstd::begin/end非メンバ関数もconste</e>…