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 4568502
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T19:05:08+00:00 2026-05-21T19:05:08+00:00

Using boost::any is very useful but it’s very depressing that it has no getter,

  • 0

Using boost::any is very useful but it’s very depressing that it has no getter, and always we have to use any_cast for casting it to type we want. But why it has no such thing? In my opinion the one bellow can be useful member. Is there some bad things I can’t see?

template <class T>
void get(T * handle)
{
    *handle = boost::any_cast<T>(*this);
}

Edit:

The only bad thing I see, that this getter requires to have assignment operator.

  • 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-21T19:05:09+00:00Added an answer on May 21, 2026 at 7:05 pm

    Probably because it’d behave the exact same as any_cast, but it would be less descriptive. any_cast indicates that you’re performing a cast, a type conversion. You’re trying to get the value out of the any object. So it’s clear to the user that the operation can fail if you call it with the wrong type.

    A get function is less clear about failure conditions. I normally wouldn’t expect that a function simply named get is able to fail. And if it does, I’m not sure of the semantics of it.

    If you want a get function, perhaps you should use boost::variant instead.

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

Sidebar

Related Questions

I have a very simple server/client performance test using boost::asio on Windows and it
I have a very simple example program that I am trying to compile, but
I am using boost::any to store pointers and was wondering if there was a
I've been using Boost::regex and Boost::regex_search and found that when I run the regex
I am using boost build in my project and now i want to use
I'm using boost::asio, and I have code like this: void CServer::Start(int port) { tcp::acceptor
I'm new in using boost and have a problem. I need shared_mutex function in
I am using boost shared pointers in my program, and I have a class
I'm using boost::property_tree . The documentation is very vague and overall unhelpful for the
Using boost::python , I have been able to wrap a class ( Node )

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.