約1,840件1ページ目

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:6か月以内
  • 対象とする言語:日本語
  • 2024/5/29 -... explicit final デフォルトコンストラクタの明示的指定についてスマートポインタ ... 詳しくは以下のサイトにまとめられています。 https://en.cppreference.com/w/cpp ...

    2024/6/11 -C++17では、コンストラクタの各オーバーロードが条件付きで explicit となるよう規定された。これは、以下のような初期化子リストを使用したC++17での初期化が不適格になっ ...

    2024/4/3 -So one end-to-end neural network isn't as good as "300k lines of explicit c++ code"?Maybe they should just removed the profanities from the code?

    2024/6/14 -関数を条件付きでexplicitにする構文を追加 [P0892R2] · 関数テンプレートに ... C++ (廃案) · 処理系 · コンパイラの実装状況 · C++国際標準規格 · 標準規格と処理系 · 外部 ...

    2024/3/2 -引数が1つのコンストラクタは変換コンストラクタという機能に注意が必要で、explicitキーワードを付けで無効化すると良いが、コピーコンストラクタにはexplicitキーワード ...

    2024/4/25 -セクション 'section-name' は C++ 動的初期化用に予約されています。 ... a parenthesized declarator name after 'explicit' will be considered an explicit-specifier in ...

    2024/1/23 -次の例では C2385 が生成されます。 // C2385.cpp struct A { void func1(int i) ... explicitly qualified static_cast<A>(c).func2(); // OK because of the ...

    2024/3/1 -Copied! /* 特定の機能を持つ呼び出し可能オブジェクトの実装*/ class GreaterThan { int threshold; public: explicit GreaterThan(int threshold) : threshold ...

    2024/1/21 -... explicit operator std::string() const { return std::string(str_, N) ... とんでもな状況だが C++ では string literal は literal 型ではなく従って ...

    3日前 -... C++ (Cpp) examples of QmlDocument::setContextProperty extracted from open ... explicitly bound to a context by name. But it is better to define it with ...