Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::reflect::GlobalScope

      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 GlobalScope= Namespace<T>&&/* see below */;
      (reflection TS)

      TheGlobalScope concept is satisfied if and only if T reflects the global namespace (Note: Any such T does not satisfyScopeMember).

      [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/GlobalScope&oldid=129424"

      [8]ページ先頭

      ©2009-2025 Movatter.jp