opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
std_variant_helpers.h File Reference
#include <cstddef>
#include <type_traits>
#include <variant>
Include dependency graph for std_variant_helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  osc::Overload< Ts >
 

Namespaces

namespace  osc
 
namespace  osc::detail
 

Functions

template<typename Variant , typename T , size_t I = 0>
constexpr size_t osc::detail::variant_index_impl ()
 
template<typename Variant , typename T >
constexpr size_t osc::variant_index ()
 
template<typename... Ts>
 osc::Overload (Ts...) -> Overload< Ts... >