Nano
A C++ template metaprogramming library
Public Types | Static Public Member Functions | List of all members
nano::detail::vector_convert< Element > Struct Template Reference

Same as convert, but uses vector's instead of arrays, so the performance is worse. More...

#include <runtime_converter.hpp>

Public Types

using type = typename Element::type
 

Static Public Member Functions

static constexpr type result ()
 

Detailed Description

template<typename Element>
struct nano::detail::vector_convert< Element >

Same as convert, but uses vector's instead of arrays, so the performance is worse.

Template Parameters
ElementThe element(s) to convert to a std type or std::vector

Member Typedef Documentation

template<typename Element>
using nano::detail::vector_convert< Element >::type = typename Element::type

Member Function Documentation

template<typename Element>
static constexpr type nano::detail::vector_convert< Element >::result ( )
inlinestatic

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