debian man page for std::tuple

Query: std::tuple

OS: debian

Section: 3

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

std::tuple< _Elements >(3cxx)											     std::tuple< _Elements >(3cxx)

NAME
std::tuple< _Elements > -
SYNOPSIS
Inherits _Tuple_impl< 0, _Elements...>. Public Member Functions constexpr tuple (const _Elements &...__elements) template<typename... _UElements, typename = typename std::enable_if<sizeof...(_UElements) == sizeof...(_Elements)>::type> tuple (_UElements &&...__elements) constexpr tuple (const tuple &) tuple (tuple &&__in) template<typename... _UElements, typename = typename std::enable_if<sizeof...(_UElements) == sizeof...(_Elements)>::type> tuple (const tuple< _UElements...> &__in) template<typename... _UElements, typename = typename std::enable_if<sizeof...(_UElements) == sizeof...(_Elements)>::type> tuple (tuple< _UElements...> &&__in) tuple & operator= (const tuple &__in) tuple & operator= (tuple &&__in) template<typename... _UElements, typename = typename std::enable_if<sizeof...(_UElements) == sizeof...(_Elements)>::type> tuple & operator= (const tuple< _UElements...> &__in) template<typename... _UElements, typename = typename std::enable_if<sizeof...(_UElements) == sizeof...(_Elements)>::type> tuple & operator= (tuple< _UElements...> &&__in) void swap (tuple &__in) Detailed Description template<typename... _Elements>class std::tuple< _Elements > tuple Definition at line 230 of file tuple. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::tuple< _Elements >(3cxx)
Related Man Pages
std::integral_constant(3) - centos
std::pair(3) - centos
std::chrono::duration(3) - debian
std::pair(3) - debian
std::chrono(3cxx) - debian
Similar Topics in the Unix Linux Community
calculating size of int
Please point the error
sizeof an array of structure without using 'sizeof' operator
Doubts regarding sizeof() operator
Tuple Error in Python