MCPcopy Create free account
hub / github.com/blue-yonder/turbodbc / size_pointer

Method size_pointer

cpp/cpp_odbc/Library/src/level2/u16string_buffer.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21signed short int * u16string_buffer::size_pointer()
22{
23 return &used_size_;
24}
25
26u16string_buffer::operator std::u16string() const
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected