LatNet Builder Manual  2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
LatBuilder::WeightsDispatcher Class Reference

Static Public Member Functions

template<template< typename > class F, typename... ARGS>
static std::result_of< F< LatticeTester::Weights >const LatticeTester::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: