Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::reflect::Scope

      From cppreference.com
      <cpp‎ |experimental‎ |reflect
       
       
       
      Extensions for reflection
      Concepts
      Meta-object operations
      Variable
      FunctionParameter
      Callable
      Variable andCallable
      Namespace andCallable
      ParenthesizedExpression
      FunctionCallExpression
      FunctionalConversion
      Variable andFunction
       
      Defined in header<experimental/reflect>
      template<class T>
      concept Scope= Object<T>&&/* see below */;
      (reflection TS)

      TheScope concept is satisfied if and only ifT reflects a namespace (including the global namespace), class, enumeration, function, or closure-type (Note: Any suchT that does not reflect the global namespace also satisfiesScopeMember).

      [edit]Example

      This section is incomplete
      Reason: examples

      [edit]See also

      This section is incomplete
      Reason: templatization
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/reflect/Scope&oldid=155683"

      [8]ページ先頭

      ©2009-2026 Movatter.jp