gpt4 book ai didi

c++ - 在哪里可以获得作为 STD 的一部分包含在 VS2010 中的 boost 库列表?

转载 作者:太空宇宙 更新时间:2023-11-04 12:22:23 25 4
gpt4 key购买 nike

从哪里可以获得作为 STD 的一部分包含在 VS2010 中的 boost 库列表?

最佳答案

应该是:http://msdn.microsoft.com/en-us/library/bb982198.aspx

严格来说,这些是 VS2010 中包含的 TR1 header ,我相信其中一些类型是从它们的 boost 对应物重命名的。


<array>

Defines the container template class array and several supporting templates.


<functional> (TR1)

Defines several templates that help construct function objects, which are objects of a type that defines operator(). A function object can be a function pointer, but more typically, the object is used to store additional information that can be accessed during a function call.


<memory> (TR1)   

Defines a class, an operator, and several templates that help allocate and free objects.


<random>

Defines many random number generators.


<regex>

Defines a template class to parse regular expressions, and several template classes and functions to search text for matches to a regular expression object.

<tuple>

Defines a template tuple Class whose instances hold objects of varying types.


<type_traits>

Defines templates that provide compile-time constants that give information about the properties of their type arguments.


<unordered_map>

Defines the container template classes unordered_map and unordered_multimap and their supporting templates.


<unordered_set>

Defines the container template classes unordered_multiset and unordered_set and their supporting templates.


<utility> (TR1)

Defines several general templates that can be used throughout the Standard Template Library.

关于c++ - 在哪里可以获得作为 STD 的一部分包含在 VS2010 中的 boost 库列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4319686/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com