Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Boost (C++ libraries)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Design == The libraries are aimed at a wide range of C++ users and application domains. They range from general-purpose libraries like the [[smart pointer]] library, to [[operating system]] abstractions like ''Boost FileSystem'', to libraries primarily aimed at other library developers and advanced C++ users, like the [[template metaprogramming]] (MPL) and [[domain-specific language]] (DSL) creation (Proto). In order to ensure efficiency and flexibility, Boost makes extensive use of [[template (C++)|templates]]. Boost has been a source of extensive work and research into [[generic programming]] and [[metaprogramming]] in C++.<ref>{{Cite book | last1 = Abrahams | first1 = David | last2 = Gurtovoy | first2 = Aleksey | title = C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond | publisher = Pearson Education | date = 10 December 2004 | pages = 408 }}</ref> Most Boost libraries are [[Header file|header]] based, consisting of [[inline function]]s and templates, and as such do not need to be built in advance of their use. Some Boost libraries coexist as independent libraries.<ref>{{Cite web|url=http://think-async.com/Asio|title=Asio web site}}</ref><ref>{{Cite web|url=http://boost-spirit.com/home/|title=Spirit web-site}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)