mrdocs::Visitor::Visitor

Constructor

Synopsis

Declared in <mrdocs/Support/Visitor.hpp>

Visitor(
    Base&& obj,
    Fn&& fn,
    Args&&... args);

Parameters

Name Description

obj

The object to visit

fn

The function object to call

args

The arguments to pass to the function object

Created with MrDocs