SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
others.hpp File Reference

Go to the source code of this file.

Namespaces

 sig
 

Functions

void sig::Print (std::string const &text, char const *const delimiter="\n")
 
void sig::Print (std::wstring const &text, wchar_t const *const delimiter=L"\n")
 
template<class T , template< class...> class Container, typename std::enable_if<!std::is_same< T, std::wstring >::value >::type *& = enabler>
void sig::Print (Container< T > const &container, char const *const delimiter="\n")
 
template<template< class...> class Container>
void sig::Print (Container< std::wstring > const &container, wchar_t const *const delimiter=L"\n")
 
template<class CC1 , class CC2 >
auto sig::GaleShapley (CC1 const &men_vec, CC2 const &women_vec)