Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
combine_standard_layout.hpp
Go to the documentation of this file.
decltype(auto) friend get(type &x)
Definition: combine_standard_layout.hpp:136
const T & get_(type_t< T >) const
Definition: combine_standard_layout.hpp:72
const T & get_(type_t< T >) const
Definition: combine_standard_layout.hpp:123
auto get_(type_t< U > t) const -> decltype(auto)
Definition: combine_standard_layout.hpp:146
Definition: algorithm.hpp:15
const T & get_(type_t< T >) const
Definition: combine_standard_layout.hpp:141
T this_t
Definition: combine_standard_layout.hpp:169
U & get(T &x)
const T & get_(type_t< T >) const
Definition: combine_standard_layout.hpp:106
T & get_(type_t< T >)
Definition: combine_standard_layout.hpp:86
auto get_(type_t< U > t) -> decltype(auto)
Definition: combine_standard_layout.hpp:144
typename std::conditional_t< std::is_empty< T >::value, csl::inherit< T >, csl::member< T > >::type type
Definition: combine_standard_layout.hpp:161
T & get_(type_t< T >)
Definition: combine_standard_layout.hpp:71
typename combine_standard_layout< Ts... >::type combine_standard_layout_t
Definition: combine_standard_layout.hpp:46
typename csl::combine_standard_layout_aux< Ts... >::type type
Definition: combine_standard_layout.hpp:189
T & get_(type_t< T >)
Definition: combine_standard_layout.hpp:105
decltype(auto) friend get(type &x)
Definition: combine_standard_layout.hpp:101
const T & get_(type_t< T >) const
Definition: combine_standard_layout.hpp:87
T & get_(type_t< T >)
Definition: combine_standard_layout.hpp:122
T & get_(type_t< T >)
Definition: combine_standard_layout.hpp:140
typename std::conditional_t< empty_this, inherit< this_t, next_t >, std::conditional_t< empty_next, member< this_t, next_t >, member_two< this_t, next_t > >>::type type
Definition: combine_standard_layout.hpp:179
decltype(auto) friend get(type &x)
Definition: combine_standard_layout.hpp:67
typename combine_standard_layout_aux< Ts... >::type next_t
Definition: combine_standard_layout.hpp:170