|
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.
|
This provides an object that can initialize the storage opaquely, e.g. More...
#include "timemory/operations/declaration.hpp"
Collaboration diagram for tim::storage_initializer:Static Public Member Functions | |
| template<typename T > | |
| static enable_if_t< trait::uses_storage< T >::value, storage_initializer > | get (std::true_type) |
| template<typename T > | |
| static enable_if_t<!trait::uses_storage< T >::value, storage_initializer > | get (std::false_type) |
| template<typename T > | |
| static storage_initializer | get () |
| template<size_t Idx, enable_if_t< Idx !=TIMEMORY_COMPONENTS_END > = 0> | |
| static storage_initializer | get () |
| template<size_t Idx, enable_if_t< Idx==TIMEMORY_COMPONENTS_END > = 0> | |
| static auto | get () |
| template<typename... Tp, enable_if_t< sizeof...(Tp) !=1 > = 0> | |
| static auto | get () |
| template<size_t... Idx, enable_if_t< sizeof...(Idx) !=1 > = 0> | |
| static auto | get () |
| template<size_t... Idx> | |
| static auto | get (std::index_sequence< Idx... >) |
This provides an object that can initialize the storage opaquely, e.g.
This operation class is used for generic storage initalization.
Definition at line 97 of file declaration.hpp.
|
static |
Definition at line 132 of file declaration.hpp.
Referenced by get().
|
static |
Definition at line 100 of file storage_initializer.hpp.
|
static |
|
static |
|
static |
|
static |
Definition at line 90 of file storage_initializer.hpp.
|
static |
|
static |
Definition at line 66 of file storage_initializer.hpp.