MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / make_text

Function make_text

extlibs/fmt/include/fmt/compile.h:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370template <typename Char>
371constexpr text<Char> make_text(basic_string_view<Char> s, size_t pos,
372 size_t size) {
373 return {{&s[pos], size}};
374}
375
376template <typename Char, typename OutputIt, typename T,
377 std::enable_if_t<std::is_integral_v<T>, int> = 0>

Callers 4

on_textMethod · 0.85
compile_format_stringFunction · 0.85
compileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected