#include <noop.hpp>
|
constexpr void | finish () && |
|
template<typename... Args> |
constexpr void | operator() (const Args &...) const |
|
template<typename... Args> |
constexpr auto | sink (const Args &...) const |
|
Definition at line 11 of file noop.hpp.
◆ return_type
◆ finish()
constexpr void lexy::_noop::finish |
( |
| ) |
&& |
|
inlineconstexpr |
◆ operator()()
template<typename... Args>
constexpr void lexy::_noop::operator() |
( |
const Args & |
... | ) |
const |
|
inlineconstexpr |
◆ sink()
template<typename... Args>
constexpr auto lexy::_noop::sink |
( |
const Args & |
... | ) |
const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: