cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
declarations.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  pRC
 

Typedefs

template<class T , Size... Ns>
using pRC::StackArray = CommonArray<Allocation::Stack, T, Ns...>
 
template<class T , Size... Ns>
using pRC::HeapArray = CommonArray<Allocation::Heap, T, Ns...>
 
template<class T , Size... Ns>
using pRC::Array
 

Functions

template<class T , Size N>
 pRC::CommonArray (T const (&)[N]) -> CommonArray< Allocation::Stack, T, N >