mrdocs::tag_invoke
Serialize a FundamentalTypeKind into a DOM value.
Synopsis
void
tag_invoke(
dom::ValueFromTag,
dom::Value& v,
FundamentalTypeKind kind);
Parameters
Name |
Description |
v |
A variant container for any kind of Dom value. |
kind |
Categorically describes a fundamental type. |
Created with MrDocs