OpenMiner  0.0.1a
Voxel game engine
Public Types | List of all members
sol::clean_type< T > Struct Template Reference

#include <sol.hpp>

Public Types

typedef std::conditional_t< std::is_array< meta::unqualified_t< T > >::value, T &, std::decay_t< T > > type
 

Member Typedef Documentation

§ type

template<typename T>
typedef std::conditional_t<std::is_array<meta::unqualified_t<T> >::value, T&, std::decay_t<T> > sol::clean_type< T >::type

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