EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
output adapter for byte vectors More...
#include <acts/blob/sPHENIX/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>
Public Member Functions | |
output_vector_adapter (std::vector< CharType > &vec) noexcept | |
void | write_character (CharType c) override |
void | write_characters (const CharType *s, std::size_t length) override |
Public Member Functions inherited from nlohmann::detail::output_adapter_protocol< CharType > | |
virtual | ~output_adapter_protocol ()=default |
Private Attributes | |
std::vector< CharType > & | v |
output adapter for byte vectors
Definition at line 11540 of file json.hpp.
View newest version in sPHENIX GitHub at line 11540 of file json.hpp
|
inlineexplicitnoexcept |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
private |