|
virthttp
0.0
libvirt http interface
|
Functions | |
| template<class InputIt , class T > | |
| constexpr InputIt | find (InputIt first, InputIt last, const T &value) |
| template<class InputIt , class UnaryPredicate > | |
| constexpr InputIt | find_if (InputIt first, InputIt last, UnaryPredicate p) |
| constexpr InputIt cexpr::find | ( | InputIt | first, |
| InputIt | last, | ||
| const T & | value | ||
| ) |
| constexpr InputIt cexpr::find_if | ( | InputIt | first, |
| InputIt | last, | ||
| UnaryPredicate | p | ||
| ) |
1.8.11