CbmRoot
Loading...
Searching...
No Matches
PaddedValue.h File Reference

This file contains the definition of the PaddedValue class. More...

#include <cstddef>
#include <xpu/defines.h>
Include dependency graph for PaddedValue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cbm::algo::PaddedValue< T, N >
 A class that represents a value with padding to a certain size. More...
 

Namespaces

namespace  cbm
 
namespace  cbm::algo
 

Typedefs

template<typename T >
using cbm::algo::PaddedToCacheLine = PaddedValue<T, SizeOfCacheLine>
 

Variables

constexpr size_t cbm::algo::SizeOfCacheLine = 64
 

Detailed Description

This file contains the definition of the PaddedValue class.

Definition in file PaddedValue.h.