3#ifndef pRC_CORE_CONTAINER_FUNCTIONS_PRINT_H
4#define pRC_CORE_CONTAINER_FUNCTIONS_PRINT_H
35 if constexpr(
sizeof...(Ns) > 0)
48 template<Size N,
class S>
Definition type_traits.hpp:49
Definition indices.hpp:15
Definition sequence.hpp:56
Definition subscripts.hpp:20
Definition cholesky.hpp:18
static constexpr auto arg(Complex< T > const &a)
Definition arg.hpp:12
static auto print(String< N > const &string, std::FILE *stream)
Definition print.hpp:18
std::size_t Size
Definition type_traits.hpp:20
static constexpr auto range(F &&f, Xs &&...args)
Definition range.hpp:16
static constexpr auto makeRange()
Definition sequence.hpp:389
static auto alloc(Size size, Size const alignment=alignof(std::max_align_t))
Definition allocation.hpp:60
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
static constexpr auto name()
Definition type_name.hpp:11
Allocation
Definition allocation.hpp:19
static constexpr decltype(auto) expand(Sequence< T, Seq... > const, F &&f, Xs &&...args)
forwards the values in a pRC::Sequence to a function as parameters
Definition sequence.hpp:354
Size Index
Definition type_traits.hpp:21