xtd 0.2.0
fixed_array.hpp File Reference
#include "array.hpp"
#include "optional.hpp"
#include "string.hpp"
#include "helpers/throw_helper.hpp"

Definition

Contains xtd::fixed_array class.

Go to the source code of this file.

Classes

class  xtd::fixed_array< type_t, len >
 Represents a fixed array class. More...
 

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Functions

template<class type_t , class... args_t>
 xtd::fixed_array (type_t, args_t...) -> fixed_array< type_t, 1+sizeof...(args_t)>