LeechCraft  0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
qtutil.h File Reference
#include "sllconfig.h"
+ Include dependency graph for qtutil.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LC::Util::detail::Iterator< PairType, BaseIt, Key, Value >
 
struct  LC::Util::detail::Range< Iter, BaseIter, Assoc >
 

Namespaces

 LC::Util
 
 LC::Util::detail
 

Functions

template<template< typename K, typename V > class PairType = std::pair, typename Assoc >
auto LC::Util::Stlize (Assoc &&assoc)
 Converts an Qt's associative sequence assoc to an STL-like iteratable range. More...
 
template<template< typename K, typename V > class PairType = std::pair, typename Assoc >
auto LC::Util::StlizeCopy (Assoc &&assoc)