約15,400件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:3か月以内
  • 2025/6/16 -The primary reason to use explicit with a multi-argument constructor is to prevent unintended implicit conversions when using initializer lists.

    2025/4/16 -An explicit instantiation declaration (an extern template) skips implicit instantiation step: the code that would otherwise cause an implicit instantiation ...

    2025/5/1 -C++ provides several conversion mechanisms, each with distinct behaviors and use cases. This guide explores: Implicit Conversions; Explicit Conversions ...

    2025/4/16 -Two function templates with the same return type and the same parameter list are distinct and can be distinguished by their explicit template argument list.

    4日前 -Your explicit instantiations work, but you use another ones ( char const (&) [5] , and std::string& respectively). How to do this correctly?

    2025/6/9 -In this lesson, we'll explore how implicit conversions work with variables, functions, and operators. We'll also tackle the concept of narrowing casts.

    A.警告:ぶら下がりelse(darling else)を除去するために中括弧を明示的に追加せよ。 ぶら下がりelse問題とは【Dangling else problem】 https://mar...

    A.an を付けたくなりますよね。でも決まり文句ですから。 参考画像 https://www.google.co.jp/search?newwindow=1&safe=off&bi...

    2025/4/12 -MSVC (C++20) requires using the typename keyword explicitly when a dependent type name is used to initialize a concept template parameter with a default value.

    2025/5/8 -The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++.

    2025/5/26 -Moreover it seems that exposing explicit envObs management would allow/force programmers to write code that could be optimised more easily by compilers. So I am ...

    In this episode, you learn about the explicit object parameter from C++23. You might know this as deducing this.

    YouTubeAndreas Fertig