Dwm::VariantFromIndex function template.
More...
#include <array>
#include <cassert>
#include <variant>
Go to the source code of this file.
|
|
template<typename... Ts> |
| std::variant< Ts... > | Dwm::VariantFromIndex (size_t index) |
| | Returns a variant type V whose contents are set to a default constructed value of the type at index in the variant.
|
| |
Dwm::VariantFromIndex function template.
- Author
- Daniel W. McRobb