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::stack_bundle< Types > Struct Template Reference

#include "timemory/variadic/base_bundle.hpp"

+ Collaboration diagram for tim::stack_bundle< Types >:

Public Types

using data_type = convert_t< mpl::non_placeholder_t< mpl::non_quirk_t< type_list< Types... > > >, std::tuple<> >
 

Public Member Functions

template<typename... Args>
 stack_bundle (Args &&... args)
 

Detailed Description

template<typename... Types>
struct tim::stack_bundle< Types >

Definition at line 585 of file base_bundle.hpp.

Member Typedef Documentation

◆ data_type

template<typename... Types>
using tim::stack_bundle< Types >::data_type = convert_t<mpl::non_placeholder_t<mpl::non_quirk_t<type_list<Types...> >>, std::tuple<> >

Definition at line 589 of file base_bundle.hpp.

Constructor & Destructor Documentation

◆ stack_bundle()

template<typename... Types>
template<typename... Args>
tim::stack_bundle< Types >::stack_bundle ( Args &&...  args)
inline

Definition at line 594 of file base_bundle.hpp.

595 : impl::base_bundle<TIMEMORY_API, Types...>(std::forward<Args>(args)...)
596 {}

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