Search code examples
Compile-time impact of using recursive template implementation for tuples...


c++tuplesboost-hana

Read More
Ordering multiple function calls during compile time...


c++boostboost-hana

Read More
How to formulate as a concept that elements of a boost::hana::Sequence all satisfy a concept?...


c++c++20c++-conceptsboost-hana

Read More
Difficulty in verifying valide calls with boost::hana::is_valid...


c++c++17template-meta-programmingsfinaeboost-hana

Read More
Boost hana fold_left lambda call by reference...


c++boost-hana

Read More
boost::hana how to check if a type is std::optional?...


c++boostboost-hana

Read More
What is the usecase of calling hana::is_valid with a nullary function?...


c++c++17template-meta-programmingsfinaeboost-hana

Read More
What is the advantage of Hana's type_c-and-declval dance when querying whether a SFINAE-friendly...


c++c++17template-meta-programmingsfinaeboost-hana

Read More
How to get the number of fields in a boost-hana adapted struct?...


c++boostboost-hana

Read More
Using hana filter on tuple of types: "use of boost::hana::not_equal_t before deduction of auto&...


c++boostc++17autoboost-hana

Read More
How to store boost::hana::map inside a class?...


c++boostconstexprboost-hana

Read More
Why wrapping call to function returning by value in hana::always circumvent requirements of ranges::...


c++c++20boost-hanastd-ranges

Read More
Convert types in hana::tuple to std::vector<type> within a hana::tuple...


c++boosttype-conversiontuplesboost-hana

Read More
What does boost::hana::always do more than just "always return its first argument"?...


c++c++14overload-resolutionboost-hanareferential-transparency

Read More
how do I check if a struct has BOOST_HANA_ADAPT_STRUCT in a template?...


c++17boost-hana

Read More
Compiler fails due to recursion in MSVS2017...


c++visual-studio-2017c++17boost-hana

Read More
Combine 2 functions (templated) in only one...


c++templatesc++17boost-hana

Read More
Compile time string generator based on templates...


c++c++17boost-hana

Read More
Why does Boost.Hana use macros for opening/closing namespaces?...


c++boostmacrosnamespacesboost-hana

Read More
Combining predicates in a functional way and allowing short-circuiting to work...


c++functional-programminglazy-evaluationshort-circuitingboost-hana

Read More
Clang compiler error when using boost::hana Y-combinator...


c++boostclangboost-hana

Read More
Perfect Forwarding for Lambda Chaining...


c++lambdaperfect-forwardingboost-hana

Read More
Compile time efficient remove duplicates from a boost::hana tuple...


c++metaprogrammingboost-hana

Read More
Combining predicates in a functional way...


c++functional-programmingfunctorboost-hanalifting

Read More
Base case specialization for recursive variadic template...


c++c++17variadic-templatestemplate-meta-programmingboost-hana

Read More
boost::hana::is_valid fails to compile with gcc8 (and more) and --std=c++14...


c++14language-lawyertemplate-meta-programmingboost-hanagcc7

Read More
Compile size of a struct minus padding recusively...


c++c++17boost-hana

Read More
How can I make the std::vector class a Sequence so that it can be passed to boost::hana::group?...


c++functional-programmingc++14template-meta-programmingboost-hana

Read More
Understanding Boost.Hana Quick start...


c++c++14template-meta-programmingboost-hana

Read More
Taking n lines from a file which contains m lines, repeating the file (lazily) if necessary...


c++boostfunctional-programminglazy-evaluationboost-hana

Read More
BackNext