Skip to content

cfobel/boost_any

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boost.Any

Generic type (see Boost docs)

any.cpp

Basic example showing the use of a vector containing instances of boost::any, along with the use of any_cast to cast any instances to source types.

typed_value.cpp

Example using boost::program_options::value_semantic to store values which can parse a string to the stored value type.

typed_value_options.cpp

Example using a custom boost::program_options::basic_parsed_options parser along with an options_description instance to store value types and parse values from attributes of a pugi::xml_node.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages