#include <container.hpp>
|
template<typename... Tail> |
constexpr Container | _call (Container &&head, Tail &&... tail) const |
|
template<typename... Args> |
constexpr auto | operator() (Args &&... args) const -> decltype(_call(Container(LEXY_FWD(args))...)) |
|
constexpr Container | operator() (nullopt &&) const |
|
constexpr auto | sink () const |
|
template<typename Container>
struct lexy::_concat< Container >
Definition at line 309 of file container.hpp.
◆ return_type
template<typename Container >
◆ _call()
template<typename Container >
template<typename... Tail>
constexpr Container lexy::_concat< Container >::_call |
( |
Container && |
head, |
|
|
Tail &&... |
tail |
|
) |
| const |
|
inlineconstexpr |
◆ operator()() [1/2]
template<typename Container >
template<typename... Args>
◆ operator()() [2/2]
template<typename Container >
◆ sink()
template<typename Container >
The documentation for this struct was generated from the following file: