centos man page for std::slice

Query: std::slice

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

std::slice(3)						     Library Functions Manual						     std::slice(3)

NAME
std::slice -
SYNOPSIS
Public Member Functions slice () slice (size_t __o, size_t __d, size_t __s) size_t size () const size_t start () const size_t stride () const Detailed Description Class defining one-dimensional subset of an array. The slice class represents a one-dimensional subset of an array, specified by three parameters: start offset, size, and stride. The start offset is the index of the first element of the array that is part of the subset. The size is the total number of elements in the subset. Stride is the distance between each successive array element to include in the subset. For example, with an array of size 10, and a slice with offset 1, size 3 and stride 2, the subset consists of array elements 1, 3, and 5. Definition at line 59 of file slice_array.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::slice(3)
Related Man Pages
std::gslice_array(3) - centos
std::valarray(3) - centos
std::slice_array(3) - debian
std::valarray(3) - debian
__gnu_profile::__trace_vector_to_list(3cxx) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
How to increment version inside a file?
DB2 convert digits to binary format
CentOS 6 ran out of space, need to reclaim it