BDE 4.14.0 Production release
Loading...
Searching...
No Matches
BSLMF_COMPILE_TIME_ASSERTION_FAILURE< true > Struct Reference

#include <bslmf_assert.h>

Inheritance diagram for BSLMF_COMPILE_TIME_ASSERTION_FAILURE< true >:
bsl::integral_constant< bool, true >

Additional Inherited Members

- Public Types inherited from bsl::integral_constant< bool, true >
typedef bool value_type
 
typedef integral_constant type
 
- Public Member Functions inherited from bsl::integral_constant< bool, true >
 integral_constant ()=default
 
 integral_constant (const integral_constant &)=default
 
integral_constant operator= (const integral_constant &)=default
 
 ~integral_constant ()=default
 
BSLS_KEYWORD_CONSTEXPR operator value_type () const BSLS_KEYWORD_NOEXCEPT
 Return t_VAL.
 
- Static Public Attributes inherited from bsl::integral_constant< bool, true >
static const bool value
 

Detailed Description

Specialization for value 1 (true). Referencing this specialization will allow compilation to succeed (assert succeeded).


The documentation for this struct was generated from the following file: