The Impl
Struct Template Reference
Declaration
template <class T>
struct details::Impl<T> { ... }
Included Headers
#include <src/docnode.h>
Public Static Functions Index
template <class T> | |
static constexpr bool | holds_one_of_alternatives (const DocNodeVariant &v) |
Definition at line 1354 of file docnode.h.
Public Static Functions
holds_one_of_alternatives()
template <class T>
| inline constexpr static |
Definition at line 1356 of file docnode.h.
1356 static constexpr bool holds_one_of_alternatives(const DocNodeVariant &v)
1357 {
1358 return std::holds_alternative<T>(v);
1359 }
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.