LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
Loading...
Searching...
No Matches
LatBuilder::WeightsDispatcher Class Reference

Static Public Member Functions

template<template< typename > class F, typename... ARGS>
static std::result_of< F< LatticeTester::Weights >(constLatticeTester::Weights &, ARGS &&...)>::type dispatch (const LatticeTester::Weights &weights, ARGS &&... args)
 Calls functor F<WEIGHTS> with arguments weights, args..., where WEIGHTS is replaced with the concrete type of weights.
template<template< typename > class F, typename... ARGS>
static std::result_of< F< LatticeTester::Weights >(std::unique_ptr< LatticeTester::Weights >, ARGS &&...)>::type dispatchPtr (std::unique_ptr< LatticeTester::Weights > weights, ARGS &&... args)
 Calls functor F<WEIGHTS> with arguments weights, args..., where WEIGHTS is replaced with the concrete type of weights.

The documentation for this class was generated from the following file:
  • include/latbuilder/WeightsDispatcher.h