Private Types | List of all members
sol::metatable_registry_key< T > Struct Template Reference

#include <sol.hpp>

Inheritance diagram for sol::metatable_registry_key< T >:
Inheritance graph
[legend]

Private Types

using base_t = detail::ebco< T >
 

Additional Inherited Members

- Private Member Functions inherited from sol::detail::ebco< T >
 ebco ()=default
 
 ebco (Arg &&arg, Args &&... args) noexcept(std::is_nothrow_constructible_v< T, Arg, Args... >)
 
 ebco (const ebco &)=default
 
 ebco (const T &v) noexcept(std::is_nothrow_copy_constructible_v< T >)
 
 ebco (ebco &&)=default
 
 ebco (T &&v) noexcept(std::is_nothrow_move_constructible_v< T >)
 
ebcooperator= (const ebco &)=default
 
ebcooperator= (const T &v) noexcept(std::is_nothrow_copy_assignable_v< T >)
 
ebcooperator= (ebco &&)=default
 
ebcooperator= (T &&v) noexcept(std::is_nothrow_move_assignable_v< T >)
 
T && value () &&noexcept
 
T & value () &noexcept
 
T const & value () const &noexcept
 
- Private Attributes inherited from sol::detail::ebco< T >
m_value
 

Detailed Description

template<typename T>
struct sol::metatable_registry_key< T >

Definition at line 7517 of file sol.hpp.

Member Typedef Documentation

◆ base_t

template<typename T >
using sol::metatable_registry_key< T >::base_t = detail::ebco<T>
private

Definition at line 7519 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:31