Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.06 KB

File metadata and controls

35 lines (27 loc) · 1.06 KB
title <cassert> | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-standard-libraries
ms.topic reference
f1_keywords
<cassert>
dev_langs
C++
helpviewer_keywords
cassert header
ms.assetid 6ead15a3-ac45-4075-be8e-350bca995c26
author corob-msft
ms.author corob
ms.workload
cplusplus

<cassert>

Includes the Standard C library header <assert.h> and adds the associated names to the std namespace.

Syntax

#include <cassert>

Remarks

Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std namespace.

See also

assert Macro, _assert, _wassert
Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library