OpenMiner  0.0.1a
Voxel game engine
Public Member Functions | Public Attributes | List of all members
sol::as_container_t< T & > Struct Template Reference

#include <sol.hpp>

Public Member Functions

 as_container_t (T &value)
 
 operator T & ()
 

Public Attributes

std::reference_wrapper< Tsource
 

Constructor & Destructor Documentation

§ as_container_t()

template<typename T >
sol::as_container_t< T & >::as_container_t ( T value)
inline
16273  : source(value) {
16274  }
T source
Definition: sol.hpp:16253

Member Function Documentation

§ operator T &()

template<typename T >
sol::as_container_t< T & >::operator T& ( )
inline
16276  {
16277  return source;
16278  }
T source
Definition: sol.hpp:16253

Member Data Documentation

§ source

template<typename T >
std::reference_wrapper<T> sol::as_container_t< T & >::source

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