std::condition_variable::native_handle
  • References/C, C++/C++/Thread support

native_handle_type native_handle();

2025-01-10 15:47:30
do-while loop
  • References/C, C++/C/C language

Executes a statement repeatedly until the value of condition becomes false. The test takes place after each iteration

2025-01-10 15:47:30
Order of evaluation
  • References/C, C++/C++/Language

Order of evaluation of the operands of almost all C++ operators (including the order of evaluation of function arguments in a function-call expression and the order of evaluation

2025-01-10 15:47:30
std::basic_stringbuf::seekoff
  • References/C, C++/C++/Inputoutput

protected: virtual pos_type seekoff(off_type off,

2025-01-10 15:47:30
cstring
  • References/C, C++/C++/Standard library header files

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

2025-01-10 15:47:30
FormattedOutputFunction
  • References/C, C++/C++/Concepts

Requirements A FormattedOutputFunction is a stream output function that performs the following:

2025-01-10 15:47:30
Numerics
  • References/C, C++/C/Numerics

Mathematical functions

2025-01-10 15:47:30
std::char_traits::move
  • References/C, C++/C++/Strings

static char_type* move( char_type* dest, const char_type* src

2025-01-10 15:47:30
Comments
  • References/C, C++/C/C language

Comments serve as a sort of in-code documentation. When inserted into a program, they are effectively ignored by the compiler; they are solely intended to be used as notes

2025-01-10 15:47:30
std::max_align_t
  • References/C, C++/C++/Utilities

Defined in header

2025-01-10 15:47:30