[#BSLMF_METAINT_TO_BOOL] = BSLMF_METAINT_TO_BOOL :mrdocs: Given an integral value, `V`, and an expression, `expr`, of type `bslmf::MetaInt<V>`, this macro returns a compile‐time constant with value, `true` or `false`, according to the Boolean value of `V`. The expression, `expr`, is not evaluated at run‐time. == Synopsis Declared in `<bslmf_metaint.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLMF_METAINT_TO_BOOL(expr) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#