Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::reflect::Alias

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

      TheAliasconcept is satisfied if and only if T reflects atypedef declaration, analias-declaration, anamespace alias, atemplate type parameter, adecltype-specifier, or a declaration introduced byusing-declaration (Note: TheScope of anAlias is the scope that the alias was injected into).

      [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/Alias&oldid=129474"

      [8]ページ先頭

      ©2009-2025 Movatter.jp