Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::container::deque_buf_size< T > Struct Template Reference

#include <deque.hpp>

Static Public Attributes

static const std::size_t min_size = 512u
 
static const std::size_t sizeof_t = sizeof(T)
 
static const std::size_t value = sizeof_t < min_size ? (min_size/sizeof_t) : std::size_t(1)
 

Member Data Documentation

template<class T >
const std::size_t boost::container::deque_buf_size< T >::min_size = 512u
static
template<class T >
const std::size_t boost::container::deque_buf_size< T >::sizeof_t = sizeof(T)
static
template<class T >
const std::size_t boost::container::deque_buf_size< T >::value = sizeof_t < min_size ? (min_size/sizeof_t) : std::size_t(1)
static

The documentation for this struct was generated from the following file: