Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
TArrayVector.h File Reference
#include <cstddef>
#include <array>
#include "Utility/TArrayVector.ipp"

Go to the source code of this file.

Classes

class  ph::TArrayVector< T, N >
 A fixed size vector backed by an array. The container inherits the properties of a fixed size array of type T. The container keeps all N elements alive until its lifetime ends, even if elements are popped/removed from the vector. It is guaranteed that no dynamic memory allocation takes place. More...
 

Namespaces

namespace  ph
 The root for all renderer implementations.