C++ 具名要求:
隐式生存期类型
(ImplicitLifetimeType)
来自cppreference.com
<
cpp
|
named req
C++
编译器支持
自立实现与有宿主实现
语言
标准库
标准库标头
具名要求
功能特性测试宏
(C++20)
语言支持库
概念库
(C++20)
元编程库
(C++11)
诊断库
通用工具库
字符串库
容器库
迭代器库
范围库
(C++20)
算法库
数值库
本地化库
输入/输出库
文件系统库
(C++17)
正则表达式库
(C++11)
并发支持库
(C++11)
技术规范
符号索引
外部库
C++ 具名要求
基础
DefaultConstructible
CopyAssignable
CopyConstructible
MoveAssignable
(C++11)
MoveConstructible
(C++11)
Destructible
类型属性
ScalarType
TriviallyCopyable
(C++11)
StandardLayoutType
(C++11)
PODType
TrivialType
(C++11)
ImplicitLifetimeType
库所属
EqualityComparable
LessThanComparable
Swappable
ValueSwappable
(C++11)
NullablePointer
(C++11)
Hash
(C++11)
Allocator
FunctionObject
Callable
Predicate
BinaryPredicate
Compare
容器
Container
SequenceContainer
ContiguousContainer
(C++17)
ReversibleContainer
AssociativeContainer
AllocatorAwareContainer
UnorderedAssociativeContainer
(C++11)
容器元素
DefaultInsertable
(C++11)
CopyInsertable
(C++11)
MoveInsertable
(C++11)
EmplaceConstructible
(C++11)
Erasable
(C++11)
迭代器
LegacyIterator
LegacyOutputIterator
LegacyInputIterator
LegacyForwardIterator
LegacyBidirectionalIterator
LegacyRandomAccessIterator
LegacyContiguousIterator
(C++17)
ConstexprIterator
(C++20)
流 I/O
FormattedInputFunction
UnformattedInputFunction
FormattedOutputFunction
UnformattedOutputFunction
格式化
BasicFormatter
(C++20)
Formatter
(C++20)
随机数
SeedSequence
(C++11)
RandomNumberEngine
(C++11)
RandomNumberDistribution
(C++11)
UniformRandomBitGenerator
(C++11)
RandomNumberEngineAdaptor
(C++11)
并发
BasicLockable
(C++11)
Lockable
(C++11)
TimedLockable
(C++11)
SharedLockable
(C++14)
SharedTimedLockable
(C++14)
Mutex
(C++11)
TimedMutex
(C++11)
SharedMutex
(C++17)
SharedTimedMutex
(C++14)
范围
RangeAdaptorObject
(C++20)
RangeAdaptorClosureObject
(C++20)
其他
CharTraits
RegexTraits
(C++11)
BitmaskType
LiteralType
(C++11)
NumericType
UnaryTypeTrait
(C++11)
BinaryTypeTrait
(C++11)
TransformationTrait
(C++11)
Clock
(C++11)
TrivialClock
(C++11)
注意:标准中并没有定义具有这个名字的具名要求。这是核心语言所定义的一种类型类别。将它作为具名要求包含于此只是为了保持一致性。
要求
下列类型统称为
隐式生存期类型
:
标量类型
隐式生存期类类型
上述类型的数组
这些类型的有 cv 限定版本