Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implement aheader wrapper #44

Open
Milestone
@ghost

Description

Implement the following namespace-level functions to act as accessor shortcuts to make deailing with messages easier:

template <class Tag>typename basic_response<Tag>::string_type constheader(basic_response<Tag> & message,     typename basic_response<Tag>::string_type const & header_name,    int offset = 0); // throwstemplate <class Tag>boost::optional<typename basic_response<Tag>::string_type> constheader_nothrow(basic_response<Tag> & message,    typename basic_response<Tag>::string_type const & header_name,    int offset = 0); // no throw

This should be trivial to implement and should be easy to document as well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp