VisionCpp
0.0.1
|
This file contains the Assign struct which is used to allocate the result of the right hand side expression (RHS) to the left hand side expression LHS. More...
Go to the source code of this file.
Classes | |
struct | visioncpp::internal::Assign< LHS, RHS, Cols, Rows, LfType, LVL > |
The definition is in Assign file. More... | |
Namespaces | |
visioncpp | |
VisionCpp namespace. | |
visioncpp::internal | |
Internal implementations. | |
Functions | |
template<typename LHS , typename RHS > | |
auto | visioncpp::assign (LHS lhs, RHS rhs) -> internal::Assign< LHS, RHS, LHS::Type::Cols, LHS::Type::Rows, LHS::Type::LeafType, 1+internal::tools::StaticIf<(LHS::Level > RHS::Level), LHS, RHS >::Type::Level > |
assign function More... | |
This file contains the Assign struct which is used to allocate the result of the right hand side expression (RHS) to the left hand side expression LHS.
LHS is always a leaf node.
Definition in file assign.hpp.