Loading...
Searching...
No Matches
Classes | Namespaces | Variables
array.h File Reference

Core data structure for color and vecNd. More...

#include <array>
#include <ostream>
#include <concepts>
#include <functional>
#include "util/multirange_for.h"
#include "util/reference.h"

Go to the source code of this file.

Classes

struct  array< T, N >
 

Namespaces

namespace  backbone
 Random number generator; built on top of Drjit.
 

Variables

template<typename T >
static constexpr size_t array_size = detail::array_size< std::decay_t<T> >::value
 array_size type traits
 

is_array type traits

template<typename T >
using is_array = detail::is_array< std::decay_t< T > >
 
template<typename T >
constexpr bool is_array_v = is_array<T>::value
 

Detailed Description

Core data structure for color and vecNd.