/
usr
/
include
/
boost
/
metaparse
/
v1
/
/usr/include/boost/metaparse/v1
mkdir
upload
Name
Size
Mode
Actions
cpp11/
-
0755
rm
cpp14/
-
0755
rm
cpp98/
-
0755
rm
error/
-
0755
rm
fwd/
-
0755
rm
impl/
-
0755
rm
util/
-
0755
rm
accept.hpp
817
0644
edit
dl
rm
accept_tag.hpp
1067
0644
edit
dl
rm
accept_when.hpp
1434
0644
edit
dl
rm
alphanum.hpp
569
0644
edit
dl
rm
always.hpp
1270
0644
edit
dl
rm
always_c.hpp
566
0644
edit
dl
rm
build_parser.hpp
1844
0644
edit
dl
rm
change_error_message.hpp
944
0644
edit
dl
rm
debug_parsing_error.hpp
2848
0644
edit
dl
rm
define_error.hpp
621
0644
edit
dl
rm
digit.hpp
828
0644
edit
dl
rm
digit_val.hpp
605
0644
edit
dl
rm
empty.hpp
985
0644
edit
dl
rm
entire_input.hpp
837
0644
edit
dl
rm
except.hpp
922
0644
edit
dl
rm
fail.hpp
614
0644
edit
dl
rm
fail_at_first_char_expected.hpp
1578
0644
edit
dl
rm
fail_tag.hpp
888
0644
edit
dl
rm
first_of.hpp
500
0644
edit
dl
rm
foldl.hpp
1846
0644
edit
dl
rm
foldl1.hpp
842
0644
edit
dl
rm
foldl_reject_incomplete.hpp
2308
0644
edit
dl
rm
foldl_reject_incomplete1.hpp
950
0644
edit
dl
rm
foldl_reject_incomplete_start_with_parser.hpp
1597
0644
edit
dl
rm
foldl_start_with_parser.hpp
1224
0644
edit
dl
rm
foldr.hpp
630
0644
edit
dl
rm
foldr1.hpp
846
0644
edit
dl
rm
foldr_reject_incomplete.hpp
879
0644
edit
dl
rm
foldr_reject_incomplete1.hpp
954
0644
edit
dl
rm
foldr_start_with_parser.hpp
2204
0644
edit
dl
rm
get_col.hpp
620
0644
edit
dl
rm
get_line.hpp
626
0644
edit
dl
rm
get_message.hpp
644
0644
edit
dl
rm
get_position.hpp
650
0644
edit
dl
rm
get_prev_char.hpp
656
0644
edit
dl
rm
get_remaining.hpp
656
0644
edit
dl
rm
get_result.hpp
645
0644
edit
dl
rm
grammar.hpp
11007
0644
edit
dl
rm
if_.hpp
903
0644
edit
dl
rm
int_.hpp
598
0644
edit
dl
rm
is_error.hpp
919
0644
edit
dl
rm
iterate.hpp
533
0644
edit
dl
rm
iterate_c.hpp
588
0644
edit
dl
rm
keyword.hpp
2307
0644
edit
dl
rm
last_of.hpp
496
0644
edit
dl
rm
letter.hpp
695
0644
edit
dl
rm
lit.hpp
501
0644
edit
dl
rm
lit_c.hpp
869
0644
edit
dl
rm
look_ahead.hpp
1179
0644
edit
dl
rm
middle_of.hpp
1138
0644
edit
dl
rm
next_char.hpp
692
0644
edit
dl
rm
next_line.hpp
692
0644
edit
dl
rm
nth_of.hpp
492
0644
edit
dl
rm
nth_of_c.hpp
500
0644
edit
dl
rm
one_char.hpp
1852
0644
edit
dl
rm
one_char_except.hpp
528
0644
edit
dl
rm
one_char_except_c.hpp
536
0644
edit
dl
rm
one_of.hpp
492
0644
edit
dl
rm
one_of_c.hpp
585
0644
edit
dl
rm
optional.hpp
930
0644
edit
dl
rm
range.hpp
816
0644
edit
dl
rm
range_c.hpp
794
0644
edit
dl
rm
reject.hpp
713
0644
edit
dl
rm
repeated.hpp
632
0644
edit
dl
rm
repeated1.hpp
651
0644
edit
dl
rm
repeated_one_of.hpp
528
0644
edit
dl
rm
repeated_one_of1.hpp
532
0644
edit
dl
rm
repeated_reject_incomplete.hpp
729
0644
edit
dl
rm
repeated_reject_incomplete1.hpp
734
0644
edit
dl
rm
return_.hpp
692
0644
edit
dl
rm
sequence.hpp
500
0644
edit
dl
rm
sequence_apply.hpp
2146
0644
edit
dl
rm
source_position.hpp
3704
0644
edit
dl
rm
source_position_tag.hpp
1894
0644
edit
dl
rm
space.hpp
709
0644
edit
dl
rm
spaces.hpp
520
0644
edit
dl
rm
start.hpp
657
0644
edit
dl
rm
string.hpp
492
0644
edit
dl
rm
string_tag.hpp
471
0644
edit
dl
rm
swap.hpp
561
0644
edit
dl
rm
token.hpp
632
0644
edit
dl
rm
transform.hpp
1330
0644
edit
dl
rm
transform_error.hpp
961
0644
edit
dl
rm
transform_error_message.hpp
1279
0644
edit
dl
rm
unless_error.hpp
679
0644
edit
dl
rm
Edit:
/usr/include/boost/metaparse/v1/get_result.hpp
(645B)
#ifndef BOOST_METAPARSE_V1_GET_RESULT_HPP #define BOOST_METAPARSE_V1_GET_RESULT_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2011. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include <boost/metaparse/v1/fwd/get_result.hpp> namespace boost { namespace metaparse { namespace v1 { template <class> struct get_result_impl; template <class T> struct get_result : get_result_impl<typename T::type::tag>::template apply<typename T::type> {}; } } } #endif
Save
cmd:
run