Rosetta
|
#include <compile.h>
Public Types | |
using | char_type = char_t< S > |
using | parts_container = std::vector< detail::format_part< char_type > > |
Public Member Functions | |
compiled_format_base (basic_string_view< char_type > format_str) | |
const parts_container & | parts () const |
Public Attributes | |
parts_container | compiled_parts |
using detail::compiled_format_base< S, typename >::char_type = char_t<S> |
using detail::compiled_format_base< S, typename >::parts_container = std::vector<detail::format_part<char_type> > |
|
inlineexplicit |
|
inline |
parts_container detail::compiled_format_base< S, typename >::compiled_parts |