std::tuple_size< _Tp >

Section: C Library Functions (3)
Updated: Wed Apr 17 2019
Page Index
 

NAME

std::tuple_size< _Tp > - tuple_size

 

SYNOPSIS


Inherited by std::tuple_size< const __enable_if_has_tuple_size< _Tp > >, std::tuple_size< const volatile __enable_if_has_tuple_size< _Tp > >, and std::tuple_size< volatile __enable_if_has_tuple_size< _Tp > >.  

Detailed Description

 

template<typename _Tp>


struct std::tuple_size< _Tp >" tuple_size

Finds the size of a given tuple type.

Definition at line 350 of file array.

 

Author

Generated automatically by Doxygen for libstdc++ from the source code.


 

Index

NAME
SYNOPSIS
Detailed Description
template<typename _Tp>
Author