MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / cbegin

Method cbegin

rx/include/rx/StaticString.hpp:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 [[nodiscard]] constexpr char *begin() noexcept { return m_data; }
101 [[nodiscard]] constexpr char *end() noexcept { return m_data + m_size; }
102 [[nodiscard]] constexpr const char *cbegin() const noexcept { return m_data; }
103 [[nodiscard]] constexpr const char *cend() const noexcept {
104 return m_data + m_size;
105 }

Callers 15

AudioSetNotifyEventQueueFunction · 0.45
open_microphoneMethod · 0.45
select_and_deleteFunction · 0.45
error_code savedata_opFunction · 0.45
cellAudioOutConfigureFunction · 0.45
get_filenamesMethod · 0.45
writer_lockMethod · 0.45
references_anyMethod · 0.45
HasItemMethod · 0.45
HasParamTypelessMethod · 0.45
is_compiledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected