Namespaces
Variants

Standard library header <cstring>

From cppreference.com
 
 
Standard library headers
 

This header was originally in the C standard library as <string.h>.

This header is for C-style null-terminated byte strings.

Macros

implementation-defined null pointer constant
(macro constant) [edit]

Types

unsigned integer type returned by the sizeof operator
(typedef) [edit]

Functions

String manipulation
copies one string to another
(function)