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::get_index_sequence< Tp > Struct Template Reference

#include "timemory/mpl/types.hpp"

+ Collaboration diagram for tim::get_index_sequence< Tp >:

Public Types

using type = type_list<>
 

Static Public Attributes

static constexpr auto size = 0
 
static constexpr auto value = type_list<>{}
 

Detailed Description

template<typename Tp>
struct tim::get_index_sequence< Tp >

Definition at line 815 of file types.hpp.

Member Typedef Documentation

◆ type

template<typename Tp >
using tim::get_index_sequence< Tp >::type = type_list<>

Definition at line 819 of file types.hpp.

Member Data Documentation

◆ size

template<typename Tp >
constexpr auto tim::get_index_sequence< Tp >::size = 0
staticconstexpr

Definition at line 817 of file types.hpp.

◆ value

template<typename Tp >
constexpr auto tim::get_index_sequence< Tp >::value = type_list<>{}
staticconstexpr

Definition at line 818 of file types.hpp.


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