31 #ifndef LIB_REF_ARRAY_H 32 #define LIB_REF_ARRAY_H 54 virtual T
const& operator[] (
size_t i)
const =0;
55 virtual size_t size()
const =0;
Abstraction: Array of const references.
Any copy and copy construction prohibited.
Implementation namespace for support and library code.
Mix-Ins to allow or prohibit various degrees of copying and cloning.
virtual ~RefArray()
this is an interface