Declare that basic_string is bitwise‐movable when ALLOCATOR is.

Synopsis

Description

CHAR_TYPE is required to be a POD as per the Standard, which makes CHAR_TYPE bitwise‐movable, so basic_string is bitwise‐movable as long as the (template parameter) type ALLOCATOR is also bitwise‐movable.

Return Value

nested trait declaration tag

Created with MrDocs