CAF 0.17.6
Loading...
Searching...
No Matches
Public Types | List of all members
caf::detail::tl_pad_right< List, NewSize, FillType > Struct Template Reference

Resizes the list to contain NewSize elements and uses FillType to initialize the new elements with. More...

#include <type_list.hpp>

Public Types

using type = typename tl_pad_right_impl< List,(tl_size< List >::value< NewSize), tl_size< List >::value, NewSize, FillType >::type
 

Detailed Description

template<class List, size_t NewSize, class FillType = unit_t>
struct caf::detail::tl_pad_right< List, NewSize, FillType >

Resizes the list to contain NewSize elements and uses FillType to initialize the new elements with.


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