Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      C++ named requirements:TrivialType(since C++11)(deprecated in C++26)

      From cppreference.com
      <cpp‎ |named req
       
       
      C++ named requirements
       

      Specifies that a type is a trivial type.

      Note: the standard doesn't define a named requirement with this name. This is a type category defined by the core language. It is included here as a named requirement only for consistency.

      [edit]Requirements

      The following types are collectively calledtrivial types:

      [edit]Notes

      A trivial class may have a private or protected trivial default constructor, in which case an attempt to default-construct such a class object in contexts unrelated to the class makes the program ill-formed.

      [edit]See also

      (C++11)(deprecated in C++26)
      checks if a type is trivial
      (class template)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/named_req/TrivialType&oldid=178756"

      [8]ページ先頭

      ©2009-2025 Movatter.jp