Home
last modified time | relevance | path

Searched defs:structure_tie (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/pfr/
Dcore.hpp129 constexpr auto structure_tie(const T& val) noexcept { in structure_tie() function
139 constexpr auto structure_tie(T& val in structure_tie() function
153 constexpr auto structure_tie(T&, std::enable_if_t<!std::is_assignable<T, T>::value>* = nullptr) noe… in structure_tie() function
162 constexpr auto structure_tie(T&&, std::enable_if_t< std::is_rvalue_reference<T&&>::value>* = 0) noe… in structure_tie() function
/third_party/boost/libs/pfr/include/boost/pfr/
Dcore.hpp129 constexpr auto structure_tie(const T& val) noexcept { in structure_tie() function
139 constexpr auto structure_tie(T& val in structure_tie() function
153 constexpr auto structure_tie(T&, std::enable_if_t<!std::is_assignable<T, T>::value>* = nullptr) noe… in structure_tie() function
162 constexpr auto structure_tie(T&&, std::enable_if_t< std::is_rvalue_reference<T&&>::value>* = 0) noe… in structure_tie() function