tlx
CallForRangeImpl< Index, Size, Functor > Class Template Reference

helper for call_for_range: general recursive case More...

#include <call_for_range.hpp>

Static Public Member Functions

static void call (Functor &&f)
 

Detailed Description

template<size_t Index, size_t Size, typename Functor>
class tlx::meta_detail::CallForRangeImpl< Index, Size, Functor >

helper for call_for_range: general recursive case

Definition at line 33 of file call_for_range.hpp.

Member Function Documentation

static void call ( Functor &&  f)
inlinestatic

Definition at line 36 of file call_for_range.hpp.


The documentation for this class was generated from the following file: