Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6895651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:56:09+00:00 2026-05-27T06:56:09+00:00

class Settings { private: typedef std::map<std::string, SettingsOption> OptionMap; public: typedef OptionMap::iterator iterator; typedef OptionMap::const_iterator

  • 0
class Settings
{
private:
    typedef std::map<std::string, SettingsOption> OptionMap;

public:
    typedef OptionMap::iterator iterator;
    typedef OptionMap::const_iterator const_iterator;

    ...
};

Is this code portable? What does the standard state about it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:56:09+00:00Added an answer on May 27, 2026 at 6:56 am

    It’s legal and Settings::iterator and Settings::const_iterator are accessible to all users of the Settings class.

    Access control in C++ is applied purely to names. There’s a note and example in ISO/IEC 14882:2011 11 [class.access]/4 that makes it clear that this is the intention.

    […] [ Note: Because access control applies to names, if access control is
    applied to a typedef name, only the accessibility of the typedef name itself is considered. The accessibility
    of the entity referred to by the typedef is not considered. For example,

    class A {
      class B { };
    public:
      typedef B BB;
    };
    
    void f() {
      A::BB x; // OK, typedef name A::BB is public
      A::B y; // access error, A::B is private
    }
    

    —end note ]

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

public class Settings { public static readonly string fileName = config.ini; private IConfigSource src
I'm trying to build a class that stores program settings as a std::map. Since
public static final String PREFS_NAME = MyPrefsFile; private SharedPreferences settings; settings = getSharedPreferences(PREFS_NAME, 0);
public class AllViewModel { private List<Settings> SettingsList; public ViewAgendaAllViewModel() { client.SupplierListWithSettings(GetSupplierListWithSettings_Completed) } public void
A have two entities. For example timing settings and orders. @Entity public class TimingSettings{
Right now, I'm currently serializing a class like this: class Session { String setting1;
okay, so here is what im doing: class Connection { public int SERVERID; private
I run this at the application Start Up public class ConfigurationFacility : AbstractFacility {
A thread: public class DrawThread extends Thread { private RMapCanvas canvas; final Handler myHandler
I'm trying to use the IE specific conditional statements to alter class settings based

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.