BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslmf_assert.h>
#include <bslmf_detectnestedtrait.h>
#include <bslmf_integralconstant.h>
#include <bslmf_isarray.h>
#include <bslmf_isbitwisecopyable.h>
#include <bslmf_isconst.h>
#include <bslmf_isvolatile.h>
#include <bslmf_voidtype.h>
#include <bsls_compilerfeatures.h>
#include <bsls_keyword.h>
#include <bsls_platform.h>
#include <stddef.h>
#include <bsls_nativestd.h>
Go to the source code of this file.
Macros | |
#define | STD_IS_NOTHROW_MOVE_CONSTRUCTIBLE_VALUE(t_TYPE) |
#define | BSLMF_ISNOTHROWMOVECONSTRUCTIBLE_VOIDTYPE(t_TYPE) BSLMF_VOIDTYPE(int t_TYPE::*) |
The content of this file has been pre-processed for Doxygen.
#define BSLMF_ISNOTHROWMOVECONSTRUCTIBLE_VOIDTYPE | ( | t_TYPE | ) | BSLMF_VOIDTYPE(int t_TYPE::*) |