Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ scan_data
Method
scan_data
test/scan.h:637–637 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
635
636
public:
637
scan_data() = default;
638
scan_data(T... values) : values_(std::move(values)...) {}
639
640
auto value() const -> decltype(std::get<0>(values_)) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected