Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in boost-any

Why boost::any does not hold string literal?

Boost::any and polymorphism

c++ polymorphism boost-any

Better handling of missing/wrong key in boost::program_options

visitor pattern for boost::any

C++ Performance: template vs boost.any

c++ templates boost boost-any

Calling parametrised method on list items with different template parameters

c++ templates boost boost-any

How do I initialize boost::any with a reference to an object?

c++ c++11 boost-any

boost::any and templates

c++ templates boost-any

How can I pass "Any kind of data" to a function in C++

c++ pointers boost-any

how to use boost::any_cast to cast to base types?

c++ boost casting boost-any

How can I see a value of boost::any if I know the type with gdb

Boost any usage

c++ boost map insert boost-any

Obtain void* pointer to content of boost::any

c++ boost boost-any

Compare boost::any contents

c++ boost boost-any

Use of typeid to handle different types

c++ sqlite boost boost-any

Building boost::options from a string/boost::any map

C++ - boost::any serialization

c++ serialization boost-any

How to print boost::any to a stream?

c++ boost printing boost-any

Does C++11 standard provide something like boost::any?

c++ c++11 boost boost-any stdany

Boost.Any vs. Boost.Variant