OpenMiner  0.0.1a
Voxel game engine
Public Types | Static Public Member Functions | List of all members
sol::types< Args > Struct Template Reference

#include <sol.hpp>

Public Types

typedef std::make_index_sequence< sizeof...(Args)> indices
 

Static Public Member Functions

static constexpr std::size_t size ()
 

Member Typedef Documentation

§ indices

template<typename... Args>
typedef std::make_index_sequence<sizeof...(Args)> sol::types< Args >::indices

Member Function Documentation

§ size()

template<typename... Args>
static constexpr std::size_t sol::types< Args >::size ( )
inlinestatic
468  {
469  return sizeof...(Args);
470  }

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