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

concept that specifies that a type is a timemory variadic wrapper and components are heap-allocated More...

#include "timemory/mpl/concepts.hpp"

+ Collaboration diagram for tim::concepts::is_heap_wrapper< Tp >:

Public Types

using type = typename is_heap_wrapper ::template have< typename std::remove_cv< Tp >::type >::type
 

Static Public Attributes

static constexpr bool value = is_heap_wrapper ::template have<typename std::remove_cv<Tp>::type>::value
 

Detailed Description

template<typename Tp>
struct tim::concepts::is_heap_wrapper< Tp >

concept that specifies that a type is a timemory variadic wrapper and components are heap-allocated

Definition at line 299 of file concepts.hpp.

Member Typedef Documentation

◆ type

template<typename Tp >
using tim::concepts::is_heap_wrapper< Tp >::type = typename is_heap_wrapper ::template have< typename std::remove_cv<Tp>::type>::type

Definition at line 299 of file concepts.hpp.

Member Data Documentation

◆ value

template<typename Tp >
constexpr bool tim::concepts::is_heap_wrapper< Tp >::value = is_heap_wrapper ::template have<typename std::remove_cv<Tp>::type>::value
staticconstexpr

Definition at line 299 of file concepts.hpp.


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