userver: userver/utils/overloaded.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
overloaded.hpp File Reference

Utility to define std::variant visitors in a simple way. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  utils::Overloaded< Ts >
 Utility to define std::variant visitors in a simple way. More...
 

Namespaces

namespace  utils
 Utilities.
 

Functions

template<class... Ts>
 utils::Overloaded (Ts...) -> Overloaded< Ts... >
 

Detailed Description

Utility to define std::variant visitors in a simple way.

Definition in file overloaded.hpp.