rapidyaml  0.10.0
parse and emit YAML, and do it fast
c4::yml::TagDirectiveRange Struct Reference

#include <tag.hpp>

Public Member Functions

TagDirective const * begin () const noexcept
 
TagDirective const * end () const noexcept
 

Public Attributes

TagDirective const * b
 
TagDirective const * e
 

Detailed Description

Definition at line 70 of file tag.hpp.

Member Function Documentation

◆ begin()

TagDirective const* c4::yml::TagDirectiveRange::begin ( ) const
inlinenoexcept

Definition at line 74 of file tag.hpp.

74 { return b; }
TagDirective const * b
Definition: tag.hpp:72

◆ end()

TagDirective const* c4::yml::TagDirectiveRange::end ( ) const
inlinenoexcept

Definition at line 75 of file tag.hpp.

75 { return e; }
TagDirective const * e
Definition: tag.hpp:73

Member Data Documentation

◆ b

TagDirective const* c4::yml::TagDirectiveRange::b

Definition at line 72 of file tag.hpp.

◆ e

TagDirective const* c4::yml::TagDirectiveRange::e

Definition at line 73 of file tag.hpp.


The documentation for this struct was generated from the following file: