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

concept that specifies that a type is a timemory variadic wrapper More...

#include "timemory/mpl/concepts.hpp"

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

Public Types

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

Static Public Attributes

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

Detailed Description

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

concept that specifies that a type is a timemory variadic wrapper

Definition at line 285 of file concepts.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 285 of file concepts.hpp.

Member Data Documentation

◆ value

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

Definition at line 285 of file concepts.hpp.


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