Public Types | Public Member Functions | Private Attributes | List of all members
sol::as_container_t< T > Struct Template Reference

#include <forward.hpp>

Public Types

using type = T
 

Public Member Functions

 as_container_t ()=default
 
 as_container_t (const as_container_t &)=default
 
 as_container_t (as_container_t &&)=default
 
template<typename Arg , meta::enable< meta::neg< std::is_same< meta::unqualified_t< Arg >, as_container_t >>, meta::neg< std::is_base_of< proxy_base_tag, meta::unqualified_t< Arg >>>> = meta::enabler>
 as_container_t (Arg &&arg)
 
template<typename Arg0 , typename Arg1 , typename... Args>
 as_container_t (Arg0 &&arg0, Arg1 &&arg1, Args &&...args)
 
as_container_toperator= (const as_container_t &)=default
 
as_container_toperator= (as_container_t &&)=default
 
T & value ()&
 
T && value ()&&
 
const T & value () const &
 

Private Attributes

value_
 

Detailed Description

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

Definition at line 747 of file forward.hpp.

Member Typedef Documentation

template<typename T>
using sol::as_container_t< T >::type = T

Definition at line 6928 of file sol.hpp.

Constructor & Destructor Documentation

template<typename T>
sol::as_container_t< T >::as_container_t ( )
default
template<typename T>
sol::as_container_t< T >::as_container_t ( const as_container_t< T > &  )
default
template<typename T>
sol::as_container_t< T >::as_container_t ( as_container_t< T > &&  )
default
template<typename T>
template<typename Arg , meta::enable< meta::neg< std::is_same< meta::unqualified_t< Arg >, as_container_t >>, meta::neg< std::is_base_of< proxy_base_tag, meta::unqualified_t< Arg >>>> = meta::enabler>
sol::as_container_t< T >::as_container_t ( Arg &&  arg)
inline

Definition at line 6938 of file sol.hpp.

template<typename T>
template<typename Arg0 , typename Arg1 , typename... Args>
sol::as_container_t< T >::as_container_t ( Arg0 &&  arg0,
Arg1 &&  arg1,
Args &&...  args 
)
inline

Definition at line 6941 of file sol.hpp.

Member Function Documentation

template<typename T>
as_container_t& sol::as_container_t< T >::operator= ( const as_container_t< T > &  )
default
template<typename T>
as_container_t& sol::as_container_t< T >::operator= ( as_container_t< T > &&  )
default
template<typename T>
T& sol::as_container_t< T >::value ( )
inline

Definition at line 6944 of file sol.hpp.

template<typename T>
T&& sol::as_container_t< T >::value ( )
inline

Definition at line 6948 of file sol.hpp.

template<typename T>
const T& sol::as_container_t< T >::value ( ) const
inline

Definition at line 6952 of file sol.hpp.

Member Data Documentation

template<typename T>
T sol::as_container_t< T >::value_
private

Definition at line 6925 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:52