MySQL 9.6.0
Source Code Documentation
mysql::ranges::Can_unfold_twice_with Concept Reference

True if Source_t can be unfolded, and also the value type for the unfolded range can be unfolded, using the given Unfold_t function. More...

#include <flat_view.h>

Concept definition

template<class Source_t, class Unfold_t>
Unfold_t>
True if Source_t can be unfolded, and also the value type for the unfolded range can be unfolded,...
Definition: flat_view.h:73
True if Unfold_t<Source_t>unfold(Source_t) is defined and returns a range.
Definition: flat_view.h:61

Detailed Description

True if Source_t can be unfolded, and also the value type for the unfolded range can be unfolded, using the given Unfold_t function.