CppXAML
Loading...
Searching...
No Matches
Namespaces | Functions
utils.h File Reference

Go to the source code of this file.

Namespaces

namespace  cppxaml
 The main CppXAML namespace.
 
namespace  cppxaml::utils
 Various utilities.
 

Functions

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>
cppxaml::FindChildByName (cppxaml::xaml::DependencyObject d, std::wstring_view name)
 Finds a XAML element by name.
 

Detailed Description

Author
Alexander Sklar

LICENSE

Copyright (c) Alexander Sklar

Licensed under the MIT license