PP's Ndarray
Loading...
Searching...
No Matches
pp::BaseVector< Dtype, Allocator > Struct Template Reference

Class with common methods. More...

#include <ndarray-11.hpp>

Inheritance diagram for pp::BaseVector< Dtype, Allocator >:
pp::Inner< Dtype, 1 >

Public Member Functions

template<typename U = Dtype>
auto toString (int indentLevel=0) const -> typename std::enable_if< std::integral_constant< bool, std::is_arithmetic< U >::value||std::is_same< U, std::string >::value >::value, std::string >::type
 
template<typename U = Dtype>
auto toString (int indentLevel=0) const -> decltype(std::declval< U >().toString())
 
Dtype & at (int idx)
 
const Dtype & at (int idx) const
 

Friends

std::ostream & operator<< (std::ostream &os, const BaseVector< Dtype, Allocator > &vec)
 

Detailed Description

template<typename Dtype, typename Allocator = std::allocator<Dtype>>
struct pp::BaseVector< Dtype, Allocator >

Class with common methods.


The documentation for this struct was generated from the following file: