|
libcamera v0.7.1
Supporting cameras in Linux since 2019
|
Helper type for type-matching std::visit() implementations. More...


Helper type for type-matching std::visit() implementations.
| Ts... | Template arguments pack of visitors |
Expand the template argument pack Ts... to provide overloaded operator() to support type-matching implementations of the visitor design pattern using std::visit().
An example is provided by the C++ standard library documentation in the form of:
Use this helper to implement type-matching visitors using std::visit().