Flox Package Database 1
CRUD Operations on Nix Package Metadata
Loading...
Searching...
No Matches
overloaded< Ts > Struct Template Reference

Helper type for std::visit( overloaded { ... }, x ); pattern. More...

#include <util.hh>

Inheritance diagram for overloaded< Ts >:

Detailed Description

template<class... Ts>
struct overloaded< Ts >

Helper type for std::visit( overloaded { ... }, x ); pattern.

This is a quality of life helper that shortens boilerplate required for creating type matching statements.


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