#include <aggregate.hpp>
Public Types | |
| using | return_type = T |
Public Member Functions | |
| constexpr auto && | finish () && |
| template<typename Fn , typename Value > | |
| constexpr void | operator() (lexy::member< Fn >, Value &&value) |
Public Attributes | |
| T | _result {} |
Definition at line 43 of file aggregate.hpp.
| using lexy::_as_aggregate< T >::_sink::return_type = T |
Definition at line 47 of file aggregate.hpp.
|
inlineconstexpr |
Definition at line 55 of file aggregate.hpp.
|
inlineconstexpr |
Definition at line 50 of file aggregate.hpp.
| T lexy::_as_aggregate< T >::_sink::_result {} |
Definition at line 45 of file aggregate.hpp.