OpenMiner  0.0.1a
Voxel game engine
List of all members
sol::meta::meta_detail::fx_traits< Signature, b > Struct Template Reference

#include <sol.hpp>

Inheritance diagram for sol::meta::meta_detail::fx_traits< Signature, b >:
sol::meta::meta_detail::basic_traits< false, false, void, void >

Additional Inherited Members

- Public Types inherited from sol::meta::meta_detail::basic_traits< false, false, void, void >
typedef types< Args... > args_list
 
typedef std::tuple< Args... > args_tuple
 
typedef void object_type
 
typedef void return_type
 
typedef tuple_types< void > returns_list
 
typedef void( function_type) (Args...)
 
typedef std::conditional_t< std::is_void< void >::value, args_list, types< first_type, Args... > > free_args_list
 
typedef std::conditional_t< std::is_void< void >::value, void(Args...), void(first_type, Args...)> free_function_type
 
typedef std::conditional_t< std::is_void< void >::value, void(*)(Args...), void(*)(first_type, Args...)> free_function_pointer_type
 
typedef std::remove_pointer_t< free_function_pointer_typesignature_type
 
using arg_at = void_tuple_element_t< i, args_tuple >
 
- Static Public Attributes inherited from sol::meta::meta_detail::basic_traits< false, false, void, void >
static const bool is_noexcept
 
static const bool is_member_function
 
static const bool has_c_var_arg
 
static const std::size_t arity
 
static const std::size_t free_arity
 

The documentation for this struct was generated from the following file: