MCPcopy Create free account
hub / github.com/boostorg/filesystem / basic_custom_string

Method basic_custom_string

test/path_test.cpp:196–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195public:
196 basic_custom_string() {}
197 explicit basic_custom_string(const_pointer str) : m_str(str) {}
198 explicit basic_custom_string(string_type const& str) : m_str(str) {}
199 template< typename OtherChar >

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected