Classes | Typedefs | Functions
sol::container_detail Namespace Reference

Classes

struct  container_decay
 
struct  container_decay< as_container_t< T > >
 
struct  has_clear_test
 
struct  has_empty_test
 
struct  has_erase_after_test
 
struct  has_erase_key_test
 
struct  has_erase_test
 
struct  has_find_test
 
struct  has_find_test< T, std::enable_if_t< meta::is_lookup< T >::value > >
 
struct  has_traits_add_test
 
struct  has_traits_at_test
 
struct  has_traits_erase_test
 
struct  has_traits_find_test
 
struct  has_traits_get_test
 
struct  has_traits_index_get_test
 
struct  has_traits_index_of_test
 
struct  has_traits_index_set_test
 
struct  has_traits_insert_test
 
struct  has_traits_ipairs_test
 
struct  has_traits_next_test
 
struct  has_traits_pairs_test
 
struct  has_traits_set_test
 
struct  has_traits_size_test
 
struct  is_forced_container
 
struct  is_forced_container< as_container_t< T > >
 
struct  u_c_launch
 
struct  usertype_container_default
 
struct  usertype_container_default< usertype_container< X > >
 
struct  usertype_container_default< X, std::enable_if_t< meta::all< is_forced_container< meta::unqualified_t< X > >, meta::has_value_type< meta::unqualified_t< container_decay_t< X > > >, meta::has_iterator< meta::unqualified_t< container_decay_t< X > > > >::value > >
 
struct  usertype_container_default< X, std::enable_if_t< std::is_array< std::remove_pointer_t< meta::unwrap_unqualified_t< X > > >::value > >
 

Typedefs

template<typename T >
using container_decay_t = typename container_decay< meta::unqualified_t< T >>::type
 
template<typename T >
using has_clear = meta::boolean< has_clear_test< T >::value >
 
template<typename T >
using has_empty = meta::boolean< has_empty_test< T >::value >
 
template<typename T >
using has_erase = meta::boolean< has_erase_test< T >::value >
 
template<typename T >
using has_erase_after = meta::boolean< has_erase_after_test< T >::value >
 
template<typename T >
using has_erase_key = meta::boolean< has_erase_key_test< T >::value >
 
template<typename T >
using has_find = meta::boolean< has_find_test< T >::value >
 
template<typename T >
using has_traits_add = meta::boolean< has_traits_add_test< T >::value >
 
template<typename T >
using has_traits_at = meta::boolean< has_traits_at_test< T >::value >
 
template<typename T >
using has_traits_clear = has_clear< T >
 
template<typename T >
using has_traits_empty = has_empty< T >
 
template<typename T >
using has_traits_erase = meta::boolean< has_traits_erase_test< T >::value >
 
template<typename T >
using has_traits_find = meta::boolean< has_traits_find_test< T >::value >
 
template<typename T >
using has_traits_get = meta::boolean< has_traits_get_test< T >::value >
 
template<typename T >
using has_traits_index_get = meta::boolean< has_traits_index_get_test< T >::value >
 
template<typename T >
using has_traits_index_of = meta::boolean< has_traits_index_of_test< T >::value >
 
template<typename T >
using has_traits_index_set = meta::boolean< has_traits_index_set_test< T >::value >
 
template<typename T >
using has_traits_insert = meta::boolean< has_traits_insert_test< T >::value >
 
template<typename T >
using has_traits_ipairs = meta::boolean< has_traits_ipairs_test< T >::value >
 
template<typename T >
using has_traits_next = meta::boolean< has_traits_next_test< T >::value >
 
template<typename T >
using has_traits_pairs = meta::boolean< has_traits_pairs_test< T >::value >
 
template<typename T >
using has_traits_set = meta::boolean< has_traits_set_test< T >::value >
 
template<typename T >
using has_traits_size = meta::boolean< has_traits_size_test< T >::value >
 

Functions

template<typename T >
decltype(auto) get_key (std::false_type, T &&t)
 
template<typename T >
decltype(auto) get_key (std::true_type, T &&t)
 
template<typename T >
decltype(auto) get_value (std::false_type, T &&t)
 
template<typename T >
decltype(auto) get_value (std::true_type, T &&t)
 

Typedef Documentation

template<typename T >
using sol::container_detail::container_decay_t = typedef typename container_decay<meta::unqualified_t<T>>::type

Definition at line 19974 of file sol.hpp.

template<typename T >
using sol::container_detail::has_clear = typedef meta::boolean<has_clear_test<T>::value>

Definition at line 19892 of file sol.hpp.

template<typename T >
using sol::container_detail::has_empty = typedef meta::boolean<has_empty_test<T>::value>

Definition at line 19895 of file sol.hpp.

template<typename T >
using sol::container_detail::has_erase = typedef meta::boolean<has_erase_test<T>::value>

Definition at line 19901 of file sol.hpp.

template<typename T >
using sol::container_detail::has_erase_after = typedef meta::boolean<has_erase_after_test<T>::value>

Definition at line 19907 of file sol.hpp.

template<typename T >
using sol::container_detail::has_erase_key = typedef meta::boolean<has_erase_key_test<T>::value>

Definition at line 19904 of file sol.hpp.

template<typename T >
using sol::container_detail::has_find = typedef meta::boolean<has_find_test<T>::value>

Definition at line 19898 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_add = typedef meta::boolean<has_traits_add_test<T>::value>

Definition at line 19934 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_at = typedef meta::boolean<has_traits_at_test<T>::value>

Definition at line 19913 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_clear = typedef has_clear<T>

Definition at line 19940 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_empty = typedef has_empty<T>

Definition at line 19943 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_erase = typedef meta::boolean<has_traits_erase_test<T>::value>

Definition at line 19955 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_find = typedef meta::boolean<has_traits_find_test<T>::value>

Definition at line 19946 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_get = typedef meta::boolean<has_traits_get_test<T>::value>

Definition at line 19910 of file sol.hpp.

Definition at line 19919 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_index_of = typedef meta::boolean<has_traits_index_of_test<T>::value>

Definition at line 19949 of file sol.hpp.

Definition at line 19922 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_insert = typedef meta::boolean<has_traits_insert_test<T>::value>

Definition at line 19952 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_ipairs = typedef meta::boolean<has_traits_ipairs_test<T>::value>

Definition at line 19928 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_next = typedef meta::boolean<has_traits_next_test<T>::value>

Definition at line 19931 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_pairs = typedef meta::boolean<has_traits_pairs_test<T>::value>

Definition at line 19925 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_set = typedef meta::boolean<has_traits_set_test<T>::value>

Definition at line 19916 of file sol.hpp.

template<typename T >
using sol::container_detail::has_traits_size = typedef meta::boolean<has_traits_size_test<T>::value>

Definition at line 19937 of file sol.hpp.

Function Documentation

template<typename T >
decltype(auto) sol::container_detail::get_key ( std::false_type  ,
T &&  t 
)

Definition at line 19977 of file sol.hpp.

template<typename T >
decltype(auto) sol::container_detail::get_key ( std::true_type  ,
T &&  t 
)

Definition at line 19982 of file sol.hpp.

template<typename T >
decltype(auto) sol::container_detail::get_value ( std::false_type  ,
T &&  t 
)

Definition at line 19987 of file sol.hpp.

template<typename T >
decltype(auto) sol::container_detail::get_value ( std::true_type  ,
T &&  t 
)

Definition at line 19992 of file sol.hpp.



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