|
auto | cppxaml::utils::tolower (std::wstring_view sv) |
|
template<template< typename... > typename TOutContainer = std::vector, typename TInContainer , typename UnaryOp > |
auto | cppxaml::utils::transform (TInContainer const &iterable, UnaryOp &&unary_op) |
| Maps each element in a container via a unary operation on each element.
|
|
template<template< typename... > typename TOutContainer = std::vector, typename TInContainer , typename UnaryOp > |
auto | cppxaml::utils::transform_with_index (TInContainer const &iterable, UnaryOp &&unary_op) |
| Maps each element in a container via a unary operation on each element.
|
|
template<typename T = cppxaml::xaml::DependencyObject> |
T | cppxaml::FindChildByName (cppxaml::xaml::DependencyObject d, std::wstring_view name) |
| Finds a XAML element by name.
|
|
- Author
- Alexander Sklar
LICENSE
Copyright (c) Alexander Sklar
Licensed under the MIT license