Update documentation
parent
60e7bf3081
commit
a76c6a203f
|
|
@ -1100,6 +1100,7 @@ CRYPTOPP_DLL_TEMPLATE_CLASS StringSinkTemplate<std::string>;
|
||||||
|
|
||||||
/// \brief Append input to a std::vector<byte> object
|
/// \brief Append input to a std::vector<byte> object
|
||||||
/// \details VectorSink is a typedef for StringSinkTemplate<std::vector<byte> >.
|
/// \details VectorSink is a typedef for StringSinkTemplate<std::vector<byte> >.
|
||||||
|
/// \since Crypto++ 8.0
|
||||||
DOCUMENTED_TYPEDEF(StringSinkTemplate<std::vector<byte> >, VectorSink)
|
DOCUMENTED_TYPEDEF(StringSinkTemplate<std::vector<byte> >, VectorSink)
|
||||||
CRYPTOPP_DLL_TEMPLATE_CLASS StringSinkTemplate<std::vector<byte> >;
|
CRYPTOPP_DLL_TEMPLATE_CLASS StringSinkTemplate<std::vector<byte> >;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue