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

Method cend

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

Source from the content-addressed store, hash-verified

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 }
106
107 constexpr char &operator[](std::size_t pos) noexcept { return m_data[pos]; }
108

Callers 15

AudioSetNotifyEventQueueFunction · 0.45
open_microphoneMethod · 0.45
error_code savedata_opFunction · 0.45
cellAudioOutConfigureFunction · 0.45
get_filenamesMethod · 0.45
get_pathMethod · 0.45
get_device_infoMethod · 0.45
emulated_pad_configClass · 0.45
id_to_noteMethod · 0.45
references_anyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected