#include <container.hpp>
Public Types | |
using | return_type = Container |
Public Member Functions | |
constexpr Container && | finish () && |
template<typename C = Container, typename... Args> | |
constexpr auto | operator() (Args &&... args) -> decltype(LEXY_DECLVAL(C &).emplace_back(LEXY_FWD(args)...)) |
template<typename C = Container, typename U > | |
constexpr auto | operator() (U &&obj) -> decltype(LEXY_DECLVAL(C &).push_back(LEXY_FWD(obj))) |
Public Attributes | |
Container | _result |
Definition at line 28 of file container.hpp.
using lexy::_list_sink< Container >::return_type = Container |
Definition at line 32 of file container.hpp.
|
inlineconstexpr |
Definition at line 47 of file container.hpp.
|
inlineconstexpr |
Definition at line 41 of file container.hpp.
|
inlineconstexpr |
Definition at line 35 of file container.hpp.
Container lexy::_list_sink< Container >::_result |
Definition at line 30 of file container.hpp.