Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
std::ranges::take_while_view::pred - std::ranges::take_while_view::pred
constexpr const Pred& pred() const; (since C++20)
Returns a reference to the stored predicate.
If *this does not store a predicate (e.g. an exception is thrown on the assignment to *this, which copy-constructs or move-constructs a Pred), the behavior is undefined.
(none)
a reference to the stored predicate
This section is incomplete Reason: no example
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.