ゴミ箱
Namespaces | Functions
varint.hpp File Reference
#include <boost/static_assert.hpp>
#include <cstdlib>
#include <iterator>
#include <type_traits>

Go to the source code of this file.

Namespaces

 boost
 
 boost::beast
 
 boost::beast::detail
 

Functions

std::size_t boost::beast::detail::varint_size (std::size_t value)
 
template<class FwdIt >
std::size_t boost::beast::detail::varint_read (FwdIt &first)
 
template<class FwdIt >
void boost::beast::detail::varint_write (FwdIt &first, std::size_t value)