boost::capy::front_mrdocs_workaround_t::operator()

Function call operators

Synopses

Function call operator

template<ConstBufferSequence ConstBufferSequence>
requires (!MutableBufferSequence<ConstBufferSequence>)
const_buffer
operator()(ConstBufferSequence const& bs) const noexcept;

Function call operator

template<MutableBufferSequence MutableBufferSequence>
mutable_buffer
operator()(MutableBufferSequence const& bs) const noexcept;

Created with MrDocs