Function operator bool
Synopsis
#include <src/c4/yml/tree.hpp>
operator bool() const
Description
No description yet.
Source
Lines 1040-1040 in src/c4/yml/tree.hpp.
inline operator bool() const { return target != NONE; }
#include <src/c4/yml/tree.hpp>
operator bool() const
No description yet.
Lines 1040-1040 in src/c4/yml/tree.hpp.
inline operator bool() const { return target != NONE; }