Skip to content

Commit

Permalink
reference cppreference
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Jan 4, 2024
1 parent e2ffa03 commit e8753d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dice/template-library/overloaded.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace dice::template_library {
* This is primarily useful for things like std::visit where you may want to call a different
* function for each type in the std::variant.
*
* See examples/examples_overloaded.cpp for a usecase example
* See example on https://en.cppreference.com/w/cpp/utility/variant/visit
*/
template<typename ...Fs>
struct overloaded : Fs... {
Expand Down

0 comments on commit e8753d0

Please sign in to comment.