#include <composition.hpp>
|
template<typename... Args> |
constexpr auto | operator() (Args &&... args) const -> decltype(_cb(LEXY_FWD(args)...)) |
|
template<typename Cb, typename State, typename = void>
struct lexy::_compose_state< Cb, State, typename >
Definition at line 12 of file composition.hpp.
◆ return_type
template<typename Cb , typename State , typename = void>
◆ operator()()
template<typename Cb , typename State , typename = void>
template<typename... Args>
◆ _cb
template<typename Cb , typename State , typename = void>
◆ _state
template<typename Cb , typename State , typename = void>
The documentation for this struct was generated from the following file: