#include <sol.hpp>
§ overload_set() [1/3]
template<typename... Functions>
template<typename Arg , typename... Args, meta::disable< std::is_same< overload_set, meta::unqualified_t< Arg >>> = meta::enabler>
8881 :
functions(std::forward<Arg>(arg), std::forward<Args>(args)...) {
std::tuple< Functions... > functions
Definition: sol.hpp:8878
§ overload_set() [2/3]
template<typename... Functions>
§ overload_set() [3/3]
template<typename... Functions>
§ operator=() [1/2]
template<typename... Functions>
§ operator=() [2/2]
template<typename... Functions>
§ functions
template<typename... Functions>
The documentation for this struct was generated from the following file: