Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/parser
/ call
Method
call
include/boost/parser/transform_replace.hpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
{
66
template<typename R_ = R>
67
static auto call(R_ && r)
68
{
69
return (R_ &&) r | as_utf<OtherFormat>;
70
}
71
};
72
template<typename R, typename Result, text::format Format>
73
struct utf_wrap<R, Result, Format, Format>
Callers
1
transform_replace.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected