Mr.Docs The C++ Alliance GitHub Repo
  • Mr.Docs
  • Reference
  • mrdocs
  • nullable_traits-06
  • is_null
master develop 2026.9.4 v0.8.0
Mr.Docs The C++ Alliance GitHub Repo

Mr.Docs

    • Home
    • Demos
    • Installation
    • Getting Started
    • The Configuration File
    • Documenting the Code
    • Generators
    • Design Notes
    • Library Reference
    • Contributor’s Guide
    • License

mrdocs::nullable_traits<T>::is_null

Synopsis

Declared in <mrdocs/ADT/Nullable.hpp>

constexpr
static
bool
is_null(T const& v) noexcept(noexcept(v.empty()));

Created with MrDocs