|
Library of Assembled Shared Sources
|
functors to select element of std::pair or stde::triple
Data Structures | |
| struct | lass::stde::select_1st< Pair > |
| selects first element of std::pair or stde::triple and applies supplied operator on it More... | |
| struct | lass::stde::select_2nd< Pair > |
| selects second element of std::pair or stde::triple and applies supplied operator on it More... | |
| struct | lass::stde::select_3rd< Triple > |
| selects second element of std::pair or stde::triple and applies supplied operator on it More... | |