logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::tuple_size< _Tp > - Finds the size of a given tuple type.

Author

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

                                                    libstdc++                       std::tuple_size<_Tp>(3cxx)

Detailed Description

template<typename_Tp>
       struct std::tuple_size< _Tp >"Finds the size of a given tuple type.

Name

       std::tuple_size< _Tp > - Finds the size of a given tuple type.

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 > >.

See Also