A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../header/stdckdint.h.html below:

Standard library header <stdckdint.h>Â (C++26)

This header was originally in the C standard library (<stdckdint.h>).

This header is part of the numeric library, in particular, it provides several function templates for checked integer arithmetic.

It is unspecified whether <stdckdint.h> provides any declarations in namespace std.

Functions checked addition operation on two integers
(function template) [edit] checked subtraction operation on two integers
(function template) [edit] checked multiplication operation on two integers
(function template) [edit] [edit] Synopsis
#define __STDC_VERSION_STDCKDINT_H__ 202311L
 
template<class type1, class type2, class type3>
bool ckd_add(type1* result, type2 a, type3 b);
 
template<class type1, class type2, class type3>
bool ckd_sub(type1* result, type2 a, type3 b);
 
template<class type1, class type2, class type3>
bool ckd_mul(type1* result, type2 a, type3 b);

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4