What is a fully qualified name?Is there a context where the expression `a.b::c` makes sense?What is the difference between #include <filename> and #include “filename”?What are the differences between a pointer variable and a reference variable in C++?What does the explicit keyword mean?What is the “-->” operator in C++?What is the copy-and-swap idiom?What is The Rule of Three?What are the basic rules and idioms for operator overloading?C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ programming?Image Processing: Algorithm Improvement for 'Coca-Cola Can' RecognitionWhat are the new features in C++17?

Expenditure in Poland - Forex doesn't have Zloty

What does "tea juice" mean in this context?

How to prevent bad sectors?

Where did the “vikings wear helmets with horn” stereotype come from and why?

Will My Circuit Work As intended?

Team member doesn't give me the minimum time to complete a talk

Is floating in space similar to falling under gravity?

What are the problems in teaching guitar via Skype?

Self-Preservation: How to DM NPCs that Love Living?

What does it mean when you think without speaking?

Thousands and thousands of words

What caused the tendency for conservatives to not support climate change regulations?

Why does the UK have more political parties than the US?

How was Apollo supposed to rendezvous in the case of a lunar abort?

Strange math syntax in old basic listing

The qvolume of an integer

Possible nonclassical ion from a bicyclic system

How did early x86 BIOS programmers manage to program full blown TUIs given very few bytes of ROM/EPROM?

Select row of data if next row contains zero

How crucial is a waifu game storyline?

How can I grammatically understand "Wir über uns"?

Asking bank to reduce APR instead of increasing credit limit

Smart people send dumb people to a new planet on a space craft that crashes into a body of water

What is the indigenous Russian word for a wild boar?



What is a fully qualified name?


Is there a context where the expression `a.b::c` makes sense?What is the difference between #include <filename> and #include “filename”?What are the differences between a pointer variable and a reference variable in C++?What does the explicit keyword mean?What is the “-->” operator in C++?What is the copy-and-swap idiom?What is The Rule of Three?What are the basic rules and idioms for operator overloading?C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ programming?Image Processing: Algorithm Improvement for 'Coca-Cola Can' RecognitionWhat are the new features in C++17?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








33















As far as I can tell, the term fully qualified isn't mentioned in the standard (e.g.), but I can recall "hearing" it many times online.



What do people mean when they say a name is fully qualified?



Does this count?



A::f()


or only this?



::A::f()


And, if it is standard, which wording have I not found?










share|improve this question



















  • 7





    With the injected class name one can really qualify stuff. ::A::A::A::A::f(). Not sure if it's "fully" though.

    – StoryTeller
    May 23 at 10:42






  • 9





    @StoryTeller We should petition to add that term to the standard! really-really-really-qualified-id etc

    – Lightness Races in Orbit
    May 23 at 11:24











  • What does the language-lawyer tag mean?

    – Evorlor
    May 23 at 21:38






  • 5





    @Evorlor Hover your mouse over it (and/or click)

    – Lightness Races in Orbit
    May 23 at 23:07

















33















As far as I can tell, the term fully qualified isn't mentioned in the standard (e.g.), but I can recall "hearing" it many times online.



What do people mean when they say a name is fully qualified?



Does this count?



A::f()


or only this?



::A::f()


And, if it is standard, which wording have I not found?










share|improve this question



















  • 7





    With the injected class name one can really qualify stuff. ::A::A::A::A::f(). Not sure if it's "fully" though.

    – StoryTeller
    May 23 at 10:42






  • 9





    @StoryTeller We should petition to add that term to the standard! really-really-really-qualified-id etc

    – Lightness Races in Orbit
    May 23 at 11:24











  • What does the language-lawyer tag mean?

    – Evorlor
    May 23 at 21:38






  • 5





    @Evorlor Hover your mouse over it (and/or click)

    – Lightness Races in Orbit
    May 23 at 23:07













33












33








33


0






As far as I can tell, the term fully qualified isn't mentioned in the standard (e.g.), but I can recall "hearing" it many times online.



What do people mean when they say a name is fully qualified?



Does this count?



A::f()


or only this?



::A::f()


And, if it is standard, which wording have I not found?










share|improve this question
















As far as I can tell, the term fully qualified isn't mentioned in the standard (e.g.), but I can recall "hearing" it many times online.



What do people mean when they say a name is fully qualified?



Does this count?



A::f()


or only this?



::A::f()


And, if it is standard, which wording have I not found?







c++ language-lawyer c++17






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 23 at 12:04









dfri

36.9k463104




36.9k463104










asked May 23 at 10:35









Lightness Races in OrbitLightness Races in Orbit

301k56487836




301k56487836







  • 7





    With the injected class name one can really qualify stuff. ::A::A::A::A::f(). Not sure if it's "fully" though.

    – StoryTeller
    May 23 at 10:42






  • 9





    @StoryTeller We should petition to add that term to the standard! really-really-really-qualified-id etc

    – Lightness Races in Orbit
    May 23 at 11:24











  • What does the language-lawyer tag mean?

    – Evorlor
    May 23 at 21:38






  • 5





    @Evorlor Hover your mouse over it (and/or click)

    – Lightness Races in Orbit
    May 23 at 23:07












  • 7





    With the injected class name one can really qualify stuff. ::A::A::A::A::f(). Not sure if it's "fully" though.

    – StoryTeller
    May 23 at 10:42






  • 9





    @StoryTeller We should petition to add that term to the standard! really-really-really-qualified-id etc

    – Lightness Races in Orbit
    May 23 at 11:24











  • What does the language-lawyer tag mean?

    – Evorlor
    May 23 at 21:38






  • 5





    @Evorlor Hover your mouse over it (and/or click)

    – Lightness Races in Orbit
    May 23 at 23:07







7




7





With the injected class name one can really qualify stuff. ::A::A::A::A::f(). Not sure if it's "fully" though.

– StoryTeller
May 23 at 10:42





With the injected class name one can really qualify stuff. ::A::A::A::A::f(). Not sure if it's "fully" though.

– StoryTeller
May 23 at 10:42




9




9





@StoryTeller We should petition to add that term to the standard! really-really-really-qualified-id etc

– Lightness Races in Orbit
May 23 at 11:24





@StoryTeller We should petition to add that term to the standard! really-really-really-qualified-id etc

– Lightness Races in Orbit
May 23 at 11:24













What does the language-lawyer tag mean?

– Evorlor
May 23 at 21:38





What does the language-lawyer tag mean?

– Evorlor
May 23 at 21:38




5




5





@Evorlor Hover your mouse over it (and/or click)

– Lightness Races in Orbit
May 23 at 23:07





@Evorlor Hover your mouse over it (and/or click)

– Lightness Races in Orbit
May 23 at 23:07












2 Answers
2






active

oldest

votes


















36














An identifier that uses the scope resolution operator is a qualified name as per [expr.prim.id.qual]. Otherwise it is unqualified.



The standard doesn't define the meaning of fully qualified, but it does mention it in [library]/[requirements]/[organization]/[contents] which says (quote from standard draft)




Whenever a name x defined in the standard library is mentioned, the name x is assumed to be fully qualified as ::std::x, unless explicitly described otherwise.
For example, if the Effects: element for library function F is described as calling library function G, the function ::std::G is meant.




Wikipedia defines Fully qualified name:




In computer programming, a fully qualified name is an unambiguous name that specifies which object, function, or variable a call refers to without regard to the context of the call




Only a name qualified starting from the global namespace is unambiguous without context. This is the common usage.






share|improve this answer
































    20














    Indeed, it is not a standard term. It has no definition in the standard.



    However, the phrase "fully qualified" appears exactly once, in [contents] (15.5.1.1 "Library contents" in the as-of-writing most current draft N4800) paragraph 3:




    Whenever a name x defined in the standard library is mentioned, the name x is assumed to be fully qualified as ::std::x, unless explicitly described otherwise.




    So in this definition, only names starting with :: are fully qualified.






    share|improve this answer























      Your Answer






      StackExchange.ifUsing("editor", function ()
      StackExchange.using("externalEditor", function ()
      StackExchange.using("snippets", function ()
      StackExchange.snippets.init();
      );
      );
      , "code-snippets");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "1"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f56273345%2fwhat-is-a-fully-qualified-name%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      36














      An identifier that uses the scope resolution operator is a qualified name as per [expr.prim.id.qual]. Otherwise it is unqualified.



      The standard doesn't define the meaning of fully qualified, but it does mention it in [library]/[requirements]/[organization]/[contents] which says (quote from standard draft)




      Whenever a name x defined in the standard library is mentioned, the name x is assumed to be fully qualified as ::std::x, unless explicitly described otherwise.
      For example, if the Effects: element for library function F is described as calling library function G, the function ::std::G is meant.




      Wikipedia defines Fully qualified name:




      In computer programming, a fully qualified name is an unambiguous name that specifies which object, function, or variable a call refers to without regard to the context of the call




      Only a name qualified starting from the global namespace is unambiguous without context. This is the common usage.






      share|improve this answer





























        36














        An identifier that uses the scope resolution operator is a qualified name as per [expr.prim.id.qual]. Otherwise it is unqualified.



        The standard doesn't define the meaning of fully qualified, but it does mention it in [library]/[requirements]/[organization]/[contents] which says (quote from standard draft)




        Whenever a name x defined in the standard library is mentioned, the name x is assumed to be fully qualified as ::std::x, unless explicitly described otherwise.
        For example, if the Effects: element for library function F is described as calling library function G, the function ::std::G is meant.




        Wikipedia defines Fully qualified name:




        In computer programming, a fully qualified name is an unambiguous name that specifies which object, function, or variable a call refers to without regard to the context of the call




        Only a name qualified starting from the global namespace is unambiguous without context. This is the common usage.






        share|improve this answer



























          36












          36








          36







          An identifier that uses the scope resolution operator is a qualified name as per [expr.prim.id.qual]. Otherwise it is unqualified.



          The standard doesn't define the meaning of fully qualified, but it does mention it in [library]/[requirements]/[organization]/[contents] which says (quote from standard draft)




          Whenever a name x defined in the standard library is mentioned, the name x is assumed to be fully qualified as ::std::x, unless explicitly described otherwise.
          For example, if the Effects: element for library function F is described as calling library function G, the function ::std::G is meant.




          Wikipedia defines Fully qualified name:




          In computer programming, a fully qualified name is an unambiguous name that specifies which object, function, or variable a call refers to without regard to the context of the call




          Only a name qualified starting from the global namespace is unambiguous without context. This is the common usage.






          share|improve this answer















          An identifier that uses the scope resolution operator is a qualified name as per [expr.prim.id.qual]. Otherwise it is unqualified.



          The standard doesn't define the meaning of fully qualified, but it does mention it in [library]/[requirements]/[organization]/[contents] which says (quote from standard draft)




          Whenever a name x defined in the standard library is mentioned, the name x is assumed to be fully qualified as ::std::x, unless explicitly described otherwise.
          For example, if the Effects: element for library function F is described as calling library function G, the function ::std::G is meant.




          Wikipedia defines Fully qualified name:




          In computer programming, a fully qualified name is an unambiguous name that specifies which object, function, or variable a call refers to without regard to the context of the call




          Only a name qualified starting from the global namespace is unambiguous without context. This is the common usage.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 11 hours ago

























          answered May 23 at 10:43









          eerorikaeerorika

          93.4k670139




          93.4k670139























              20














              Indeed, it is not a standard term. It has no definition in the standard.



              However, the phrase "fully qualified" appears exactly once, in [contents] (15.5.1.1 "Library contents" in the as-of-writing most current draft N4800) paragraph 3:




              Whenever a name x defined in the standard library is mentioned, the name x is assumed to be fully qualified as ::std::x, unless explicitly described otherwise.




              So in this definition, only names starting with :: are fully qualified.






              share|improve this answer



























                20














                Indeed, it is not a standard term. It has no definition in the standard.



                However, the phrase "fully qualified" appears exactly once, in [contents] (15.5.1.1 "Library contents" in the as-of-writing most current draft N4800) paragraph 3:




                Whenever a name x defined in the standard library is mentioned, the name x is assumed to be fully qualified as ::std::x, unless explicitly described otherwise.




                So in this definition, only names starting with :: are fully qualified.






                share|improve this answer

























                  20












                  20








                  20







                  Indeed, it is not a standard term. It has no definition in the standard.



                  However, the phrase "fully qualified" appears exactly once, in [contents] (15.5.1.1 "Library contents" in the as-of-writing most current draft N4800) paragraph 3:




                  Whenever a name x defined in the standard library is mentioned, the name x is assumed to be fully qualified as ::std::x, unless explicitly described otherwise.




                  So in this definition, only names starting with :: are fully qualified.






                  share|improve this answer













                  Indeed, it is not a standard term. It has no definition in the standard.



                  However, the phrase "fully qualified" appears exactly once, in [contents] (15.5.1.1 "Library contents" in the as-of-writing most current draft N4800) paragraph 3:




                  Whenever a name x defined in the standard library is mentioned, the name x is assumed to be fully qualified as ::std::x, unless explicitly described otherwise.




                  So in this definition, only names starting with :: are fully qualified.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 23 at 10:44









                  Sebastian RedlSebastian Redl

                  51.8k478121




                  51.8k478121



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Stack Overflow!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f56273345%2fwhat-is-a-fully-qualified-name%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                      Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                      Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form