タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

C++14に関するmatatabityのブックマーク (2)

  • Cat - Home

    Welcome to Cat! Cat is a C++ functional library inspired by category theory and Haskell language. The purpose of Cat is to provide utility functions and type classes to enable the functional programming paradigm in C++. The source code is available at: https://github.com/cat/cat. More information on type classes can be found at the following address: typeclassopedia. Cat Library is distributed und

  • C++14の言語拡張まとめ - Faith and Brave - C++で遊ぼう

    C++14は、C++11に対するマイナーアップデートです。仕様のバグ修正や、C++11の比較的小さめな機能不足を補うバージョンになっています。 細かすぎる変更はさすがに書きませんが、ある程度大きめの変更を以下にまとめます。 この内容は、正式に策定されるまでに変更される可能性があります。 コア言語 2進数リテラル 変数テンプレート 通常の関数の戻り値型を推論 ジェネリックラムダ 一般化されたラムダキャプチャ constexpr関数の制限緩和 どこからともなく現れる結果の規定(前半, 後半) [[deprecated]]属性 数値リテラルの桁区切り文字 サイズ付きのデアロケーション initializer-listによるaggregate初期化の制約緩和 ロックフリーの定義 シグナルハンドラでできることの制限緩和と明確化 ライブラリ make_unique() コンパイル時整数シーケンス tu

    C++14の言語拡張まとめ - Faith and Brave - C++で遊ぼう
  • 1