OpenMiner  0.0.1a
Voxel game engine
Classes | Static Public Attributes | List of all members
sol::is_nothrow_move_assignable< T > Struct Template Reference

#include <sol.hpp>

Classes

struct  has_nothrow_move_assign
 
struct  has_nothrow_move_assign< X, true >
 

Static Public Attributes

static constexprbool value = has_nothrow_move_assign<T, is_assignable<T&, T&&>::value>::value
 

Member Data Documentation

§ value

template<class T >
constexprbool sol::is_nothrow_move_assignable< T >::value = has_nothrow_move_assign<T, is_assignable<T&, T&&>::value>::value
static

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