- To hide VectorAlgorithms template for app developers,
added @cond internal tag to it.
Change-Id: I151c749d91cb8c06a1eddb84a62bf69bd8fa1f8c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
};
+/// @cond internal
/**
* @brief Vector algorithm variant for trivial types.
*
CopyMemory( reinterpret_cast< char* >( at ), reinterpret_cast< const char* >( from ), size );
}
};
+/// @endcond
+/// @cond internal
/**
* @brief Vector algorithm variant for complex types.
*
~VectorAlgorithms()
{ }
};
+/// @endcond
/**
* @brief Vector class with minimum space allocation when it's empty.