libcaf  0.17.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
caf::cow_tuple< Ts > Member List

This is the complete list of members for caf::cow_tuple< Ts >, including all inherited members.

compare(const std::tuple< Us...> &other) const noexcept (defined in caf::cow_tuple< Ts >)caf::cow_tuple< Ts >
compare(const cow_tuple< Us...> &other) const noexcept (defined in caf::cow_tuple< Ts >)caf::cow_tuple< Ts >
cow_tuple(Ts...xs) (defined in caf::cow_tuple< Ts >)caf::cow_tuple< Ts >explicit
cow_tuple() (defined in caf::cow_tuple< Ts >)caf::cow_tuple< Ts >
cow_tuple(cow_tuple &&)=default (defined in caf::cow_tuple< Ts >)caf::cow_tuple< Ts >
cow_tuple(const cow_tuple &)=default (defined in caf::cow_tuple< Ts >)caf::cow_tuple< Ts >
data() const noexceptcaf::cow_tuple< Ts >
data_type typedef (defined in caf::cow_tuple< Ts >)caf::cow_tuple< Ts >
get(const cow_tuple< Ts...> &xs) -> decltype(std::get< N >(xs.data()))caf::cow_tuple< Ts >related
impl typedef (defined in caf::cow_tuple< Ts >)caf::cow_tuple< Ts >
inspect(Inspector &f, const cow_tuple< Ts...> &x)caf::cow_tuple< Ts >related
inspect(Inspector &f, cow_tuple< Ts...> &x)caf::cow_tuple< Ts >related
make_cow_tuple(Ts &&...xs)caf::cow_tuple< Ts >related
operator=(cow_tuple &&)=default (defined in caf::cow_tuple< Ts >)caf::cow_tuple< Ts >
operator=(const cow_tuple &)=default (defined in caf::cow_tuple< Ts >)caf::cow_tuple< Ts >
unique() const noexceptcaf::cow_tuple< Ts >
unshared()caf::cow_tuple< Ts >