rapidyaml 0.16.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
c4::yml::TagCache::LookupResult Struct Reference

#include <tag.hpp>

Public Member Functions

 operator bool () const noexcept

Public Attributes

csubstr resolved
const_iterator pos

Detailed Description

Definition at line 80 of file tag.hpp.

Member Function Documentation

◆ operator bool()

c4::yml::TagCache::LookupResult::operator bool ( ) const
inlinenoexcept

Definition at line 84 of file tag.hpp.

84{ return resolved.len > 0; }

Member Data Documentation

◆ resolved

csubstr c4::yml::TagCache::LookupResult::resolved

Definition at line 82 of file tag.hpp.

Referenced by c4::yml::TagCache::find(), and operator bool().

◆ pos

const_iterator c4::yml::TagCache::LookupResult::pos

Definition at line 83 of file tag.hpp.

Referenced by c4::yml::TagCache::find().


The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/rapidyaml/checkouts/latest/src/c4/yml/tag.hpp