timemory 3.3.0
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
tim::mpl::get_tuple_size< Tp > Struct Template Reference

#include "timemory/mpl/types.hpp"

+ Collaboration diagram for tim::mpl::get_tuple_size< Tp >:

Static Public Attributes

static constexpr size_t value = get_index_sequence<decay_t<Tp>>::size
 

Detailed Description

template<typename Tp>
struct tim::mpl::get_tuple_size< Tp >

Definition at line 920 of file types.hpp.

Member Data Documentation

◆ value

template<typename Tp >
constexpr size_t tim::mpl::get_tuple_size< Tp >::value = get_index_sequence<decay_t<Tp>>::size
staticconstexpr

Definition at line 922 of file types.hpp.


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