SpiecsEngine
 
Loading...
Searching...
No Matches

◆ String2() [2/2]

Spices::String2::String2 ( const std::string & str0,
const std::string & str1 )
inline

Constructor Function.

Parameters
[in]str0x component.
[in]str1y component.

Definition at line 76 of file Math.h.

76: x(str0), y(str1) {}
std::string x
x component.
Definition Math.h:97
std::string y
y component.
Definition Math.h:102

References x, and y.

Referenced by Spices::DescriptorSetManager::GetByName(), Spices::DescriptorSetManager::UnLoad(), and Spices::DescriptorSetManager::UnLoadForce().