#pragma once #include "FullColumn.ref.h" namespace MbD { template class FullRow; template using FRowsptr = std::shared_ptr>; using FRowDsptr = std::shared_ptr>; using ListFRD = std::initializer_list; }