#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(LEXY_FWD(args)...)) |
template<typename C = Container, typename U > | |
constexpr auto | operator() (U &&obj) -> decltype(LEXY_DECLVAL(C &).insert(LEXY_FWD(obj))) |
Public Attributes | |
Container | _result |
Definition at line 168 of file container.hpp.
using lexy::_collection_sink< Container >::return_type = Container |
Definition at line 172 of file container.hpp.
|
inlineconstexpr |
Definition at line 187 of file container.hpp.
|
inlineconstexpr |
Definition at line 181 of file container.hpp.
|
inlineconstexpr |
Definition at line 175 of file container.hpp.
Container lexy::_collection_sink< Container >::_result |
Definition at line 170 of file container.hpp.