翻訳と辞書
Words near each other
・ Boos, Bad Kreuznach
・ Boos, Bavaria
・ Boos, Illinois
・ Boos, Landes
・ Boos, Mayen-Koblenz
・ Boos, Seine-Maritime
・ Boosbeck
・ Boosey & Hawkes
・ Boosey, Victoria
・ Boosh
・ Boosie Badazz
・ Boosie Badazz discography
・ Boosmansbos Wilderness Area
・ Boossa
・ Boost
Boost (C++ libraries)
・ Boost (chocolate bar)
・ Boost (drink)
・ Boost Buddy
・ Boost controller
・ Boost converter
・ Boost ETP
・ Boost gauge
・ Boost Juice
・ Boost Mobile
・ Boost Mobile MLG Pro Circuit
・ Boost phase
・ Boost-glide
・ Boostan
・ Boosted Arcas


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Boost (C++ libraries) : ウィキペディア英語版
Boost (C++ libraries)

Boost is a set of libraries for the C++ programming language that provide support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading image processing, regular expressions, and unit testing. It contains over eighty individual libraries.
Most of the Boost libraries are licensed under the Boost Software License, designed to allow Boost to be used with both free and proprietary software projects. Many of Boost's founders are on the C++ standards committee, and several Boost libraries have been accepted for incorporation into both the C++ Technical Report 1 and the C++11 standard.
== 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 templates. Boost has been a source of extensive work and research into generic programming and metaprogramming in C++.
Most Boost libraries are header based, consisting of inline functions and templates, and as such do not need to be built in advance of their use. Some Boost libraries coexist as independent libraries.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Boost (C++ libraries)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.