LeviLamina
Loading...
Searching...
No Matches
ll::data::TightPair< Base, Other, bool > Member List

This is the complete list of members for ll::data::TightPair< Base, Other, bool >, including all inherited members.

first() noexcept (defined in ll::data::TightPair< Base, Other, bool >)ll::data::TightPair< Base, Other, bool >inline
first() const noexcept (defined in ll::data::TightPair< Base, Other, bool >)ll::data::TightPair< Base, Other, bool >inline
first_type typedef (defined in ll::data::TightPair< Base, Other, bool >)ll::data::TightPair< Base, Other, bool >
second() noexcept (defined in ll::data::TightPair< Base, Other, bool >)ll::data::TightPair< Base, Other, bool >inline
second() const noexcept (defined in ll::data::TightPair< Base, Other, bool >)ll::data::TightPair< Base, Other, bool >inline
second_type typedef (defined in ll::data::TightPair< Base, Other, bool >)ll::data::TightPair< Base, Other, bool >
TightPair(ZeroThenVariadicArgs, Ts2 &&... val2) noexcept(std::is_nothrow_default_constructible_v< Base > &&std::is_nothrow_constructible_v< Other, Ts2... >) (defined in ll::data::TightPair< Base, Other, bool >)ll::data::TightPair< Base, Other, bool >inlineexplicit
TightPair(OneThenVariadicArgs, T1 &&val1, Ts2 &&... val2) noexcept(std::is_nothrow_constructible_v< Base, T1 > &&std::is_nothrow_constructible_v< Other, Ts2... >) (defined in ll::data::TightPair< Base, Other, bool >)ll::data::TightPair< Base, Other, bool >inline