LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
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 . | |